Class ExpandPinBuilder
Class for ExpandPinBuilder
Inheritance
System.Object
ExpandPinBuilder
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
Assembly: Syncfusion.EJ.dll
Syntax
public class ExpandPinBuilder
Constructors
ExpandPinBuilder(ExpandPinSettings)
Initializes a new instance of the ExpandPinBuilder class.
Declaration
public ExpandPinBuilder(ExpandPinSettings expandpinsettings)
Parameters
Type | Name | Description |
---|---|---|
ExpandPinSettings | expandpinsettings | The expandpinsettings. |
Methods
CustomToolTip(CustomToolTip)
Specifies the custom tooltip for expand pin of ribbon.
Declaration
public ExpandPinBuilder CustomToolTip(CustomToolTip customToolTip)
Parameters
Type | Name | Description |
---|---|---|
CustomToolTip | customToolTip | The custom tool tip. |
Returns
Type | Description |
---|---|
ExpandPinBuilder |
ToolTip(String)
Sets tooltip for the expand pin.
Declaration
public ExpandPinBuilder ToolTip(string toolTip)
Parameters
Type | Name | Description |
---|---|---|
System.String | toolTip | The tool tip. |
Returns
Type | Description |
---|---|
ExpandPinBuilder |