menu

ASP.NET Core

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QatItems

    Show / Hide Table of Contents

    Class QatItems

    Inheritance
    System.Object
    EJTagHelper
    QatItems
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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 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

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved