Class QatItemBuilder
Class for QatItemBuilder
Inheritance
Inherited Members
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class QatItemBuilder
Constructors
QatItemBuilder()
Initializes a new instance of the QatItemBuilder class.
Declaration
public QatItemBuilder()
QatItemBuilder(QatItems, Ribbon)
Initializes a new instance of the QatItemBuilder class.
Declaration
public QatItemBuilder(QatItems qatItem, Ribbon Ribbon)
Parameters
Type | Name | Description |
---|---|---|
QatItems | qatItem | It accepts qatItem object. |
Ribbon | Ribbon | It accepts Ribbon. |
QatItemBuilder(Ribbon)
Initializes a new instance of the QatItemBuilder class.
Declaration
public QatItemBuilder(Ribbon Ribbon)
Parameters
Type | Name | Description |
---|---|---|
Ribbon | Ribbon | It accepts Ribbon. |
Methods
Add()
It adds current ribbon qatItem
Declaration
public void Add()
ButtonSettings(ButtonProperties)
Declaration
public QatItemBuilder ButtonSettings(ButtonProperties buttonSettings)
Parameters
Type | Name | Description |
---|---|---|
ButtonProperties | buttonSettings |
Returns
Type | Description |
---|---|
QatItemBuilder |
Id(String)
Specifies the ID for each qatItem content panel.
Declaration
public QatItemBuilder Id(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | It accepts id for qatItem. |
Returns
Type | Description |
---|---|
QatItemBuilder | QatItemBuilder |
QuickAccessMode(QuickAccessMode)
To add,show and hide controls in Quick Access toolbar.
Declaration
public QatItemBuilder QuickAccessMode(QuickAccessMode quickAccess)
Parameters
Type | Name | Description |
---|---|---|
QuickAccessMode | quickAccess | The quick access. |
Returns
Type | Description |
---|---|
QatItemBuilder |
SplitButtonSettings(SplitButtonProperties)
Specifies the Syncfusion split button members, events by using this splitButtonSettings.
Declaration
public QatItemBuilder SplitButtonSettings(SplitButtonProperties splitButtonSettings)
Parameters
Type | Name | Description |
---|---|---|
SplitButtonProperties | splitButtonSettings | The split button settings. |
Returns
Type | Description |
---|---|
QatItemBuilder |
Text(String)
Specifies the text of the qatItem in the ribbon control.
Declaration
public QatItemBuilder Text(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | It accepts text for qatItem. |
Returns
Type | Description |
---|---|
QatItemBuilder |
ToggleButtonSettings(ToggleButtonProperties)
Specifies the Syncfusion toggle button members, events by using toggleButtonSettings.
Declaration
public QatItemBuilder ToggleButtonSettings(ToggleButtonProperties toggleButtonSettings)
Parameters
Type | Name | Description |
---|---|---|
ToggleButtonProperties | toggleButtonSettings | The toggle button settings. |
Returns
Type | Description |
---|---|
QatItemBuilder |
ToolTip(String)
Specifies the toolTip of the qatItem in the ribbon control.
Declaration
public QatItemBuilder ToolTip(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | It accepts toolTip for qatItem. |
Returns
Type | Description |
---|---|
QatItemBuilder |
Type(RibbonButtonType)
Specifies the type as “RibbonButtonType.Button” or “RibbonButtonType.SplitButton” or “RibbonButtonType.dropDownList” or “RibbonButtonType.toggleButton” to render button, split, dropdown, toggle button controls.
Declaration
public QatItemBuilder Type(RibbonButtonType type)
Parameters
Type | Name | Description |
---|---|---|
RibbonButtonType | type | The type. |
Returns
Type | Description |
---|---|
QatItemBuilder |