menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RibbonGallerySettings - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RibbonGallerySettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    RibbonGallerySettings
    Namespace: Syncfusion.EJ2.Ribbon
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class RibbonGallerySettings : EJTagHelper

    Constructors

    RibbonGallerySettings()

    Declaration
    public RibbonGallerySettings()

    Properties

    BeforeItemRender

    Declaration
    public string BeforeItemRender { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    BeforeSelect

    Declaration
    public string BeforeSelect { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Groups

    Defines the properties for collection of gallery items in the Ribbon.

    Declaration
    public List<RibbonGalleryGroup> Groups { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<RibbonGalleryGroup>

    The default value is null

    ItemCount

    Defines the number of items to be displayed in the Ribbon Gallery.

    Declaration
    public double ItemCount { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 3

    ItemHover

    Declaration
    public string ItemHover { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    PopupClose

    Declaration
    public string PopupClose { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    PopupHeight

    Defines the height of the ribbon gallery popup.

    Declaration
    public string PopupHeight { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "auto"

    PopupOpen

    Declaration
    public string PopupOpen { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    PopupTemplate

    Defines the template for gallery items in popup. The current gallery item model passed as context to build the content.

    Declaration
    public string PopupTemplate { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    PopupWidth

    Defines the width of the ribbon gallery popup.

    Declaration
    public string PopupWidth { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "auto"

    Select

    Declaration
    public string Select { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    SelectedItemIndex

    Defines the index of current selected gallery item.

    Declaration
    public double SelectedItemIndex { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is Double.NaN

    Template

    Defines the template for gallery items contents. The current gallery item model passed as context to build the content.

    Declaration
    public string Template { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

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