Class CollapsePinSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class CollapsePinSettings : EJTagHelper
Constructors
CollapsePinSettings()
Declaration
public CollapsePinSettings()
Properties
CustomToolTip
Gets or sets the custom tooltip for collapse pin.
Declaration
[JsonProperty("customToolTip")]
public CustomToolTip CustomToolTip { get; set; }
Property Value
Type | Description |
---|---|
CustomToolTip | The customToolTip |
ToolTip
Gets or sets tooltip for the collapse pin.
Declaration
[JsonProperty("toolTip")]
public string ToolTip { get; set; }
Property Value
Type | Description |
---|---|
System.String | The toolTip |