menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class RibbonGalleryGroup

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

    Constructors

    RibbonGalleryGroup()

    Declaration
    public RibbonGalleryGroup()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

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

    CssClass

    Defines the CSS class to customize the gallery groups.

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

    The default value is ""

    Header

    Defines the header for the group items present in Ribbon Gallery popup.

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

    The default value is ""

    ItemHeight

    Defines the height of the gallery item.

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

    The default value is "auto"

    Items

    Defines the properties for collection of gallery items in Ribbon.

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

    The default value is null

    ItemWidth

    Defines the width of the gallery items.

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

    The default value is "auto"

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