menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class CustomGalleryItem

    Inheritance
    System.Object
    EJTagHelper
    CustomGalleryItem
    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 CustomGalleryItem : EJTagHelper

    Constructors

    CustomGalleryItem()

    Declaration
    public CustomGalleryItem()

    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

    CustomItemType

    Gets or sets the type as CustomItemType.Button.Menu or CustomItemType.Button to render Syncfusion button and menu.

    Declaration
    [JsonProperty("customItemType")]
    [JsonConverter(typeof(StringEnumConverter))]
    public CustomItemType CustomItemType { get; set; }
    Property Value
    Type Description
    CustomItemType

    The customItemType

    CustomToolTip

    Gets or sets to Provides custom tooltip for button, split button, dropdown list, toggle button, custom controls in the sub groups. Text and HTML support are also provided for title and content.

    Declaration
    [JsonProperty("customToolTip")]
    public CustomToolTip CustomToolTip { get; set; }
    Property Value
    Type Description
    CustomToolTip

    The customToolTip

    MenuId

    Gets or sets the UL list id to render menu as gallery extra item.

    Declaration
    [JsonProperty("menuId")]
    public string MenuId { get; set; }
    Property Value
    Type Description
    System.String

    The menuId

    MenuSettings

    Gets or sets the Syncfusion menu members, events by using menuSettings.

    Declaration
    [JsonProperty("menuSettings")]
    public MenuProperties MenuSettings { get; set; }
    Property Value
    Type Description
    MenuProperties

    The menuSettings

    Text

    Gets or sets the text for gallery extra item’s button.

    Declaration
    [JsonProperty("text")]
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    The text

    ToolTip

    Gets or sets the tooltip for gallery extra item’s button.

    Declaration
    [JsonProperty("toolTip")]
    public string ToolTip { get; set; }
    Property Value
    Type Description
    System.String

    The toolTip

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