Click or drag to resize
SmartTipControlCollapsedStateIdentifier Property
Gets or sets the identifier of the smart tip used for storing the collapsed state. If multiple smart tips with the same identifier are created, closing one will result in closing all of them.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 11.0.0
Syntax
C#
public string CollapsedStateIdentifier { get; set; }

Property Value

Type: String
See Also