Class QatItems
Inherited Members
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class QatItems : EJTagHelper
Constructors
QatItems()
Declaration
public QatItems()
Properties
ButtonSettings
Gets or sets the Syncfusion button members, events by using this buttonSettings.
Declaration
[JsonProperty("buttonSettings")]
public ButtonProperties ButtonSettings { get; set; }
Property Value
Type | Description |
---|---|
ButtonProperties | The buttonSettings |
Id
Gets or sets the ID for each qatItems content panel.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The id |
QuickAccessMode
Gets or sets To add,show and hide controls in Quick Access toolbar.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("quickAccessMode")]
public QuickAccessMode QuickAccessMode { get; set; }
Property Value
Type | Description |
---|---|
QuickAccessMode | The quickAccessMode |
SplitButtonSettings
Gets or sets the Syncfusion split button members, events by using this splitButtonSettings.
Declaration
[JsonProperty("splitButtonSettings")]
public SplitButtonProperties SplitButtonSettings { get; set; }
Property Value
Type | Description |
---|---|
SplitButtonProperties | The splitButtonSettings |
Text
Gets or sets the text of the qatItems in the ribbon control.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text |
ToggleButtonSettings
Gets or sets the Syncfusion toggle button members, events by using toggleButtonSettings.
Declaration
[JsonProperty("toggleButtonSettings")]
public ToggleButtonProperties ToggleButtonSettings { get; set; }
Property Value
Type | Description |
---|---|
ToggleButtonProperties | The toggleButtonSettings |
ToolTip
Gets or sets the tooltip of the qatItems in the ribbon control.
Declaration
[JsonProperty("tooltip")]
public string ToolTip { get; set; }
Property Value
Type | Description |
---|---|
System.String | The tooltip |
Type
Gets or sets the type as “RibbonButtonType.Button” or “RibbonButtonType.SplitButton” or “RibbonButtonType.dropDownList” or “RibbonButtonType.toggleButton” to render button, split, dropdown, toggle button controls.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("type")]
public RibbonButtonType Type { get; set; }
Property Value
Type | Description |
---|---|
RibbonButtonType | The type |