Class GroupExpanderBuilder
Class for GroupExpanderBuilder
Inheritance
System.Object
GroupExpanderBuilder
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 GroupExpanderBuilder
Constructors
GroupExpanderBuilder(GroupExpanderSettings)
Initializes a new instance of the GroupExpanderBuilder class.
Declaration
public GroupExpanderBuilder(GroupExpanderSettings groupexpandersettings)
Parameters
Type | Name | Description |
---|---|---|
GroupExpanderSettings | groupexpandersettings | The groupexpandersettings. |
Methods
CustomToolTip(CustomToolTip)
Specifies the custom tooltip for group expander in ribbon.
Declaration
public GroupExpanderBuilder CustomToolTip(CustomToolTip customToolTip)
Parameters
Type | Name | Description |
---|---|---|
CustomToolTip | customToolTip | The custom tool tip. |
Returns
Type | Description |
---|---|
GroupExpanderBuilder |
ToolTip(String)
Sets tooltip for the group expander of the group.
Declaration
public GroupExpanderBuilder ToolTip(string toolTip)
Parameters
Type | Name | Description |
---|---|---|
System.String | toolTip | The tool tip. |
Returns
Type | Description |
---|---|
GroupExpanderBuilder |