menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class RibbonGalleryGroupBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    RibbonGalleryGroupBuilder
    Namespace: Syncfusion.EJ2.Ribbon
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class RibbonGalleryGroupBuilder : ControlBuilder

    Constructors

    RibbonGalleryGroupBuilder()

    Declaration
    public RibbonGalleryGroupBuilder()

    RibbonGalleryGroupBuilder(List<RibbonGalleryGroup>)

    Declaration
    public RibbonGalleryGroupBuilder(List<RibbonGalleryGroup> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<RibbonGalleryGroup> collection

    Methods

    Add()

    Declaration
    public void Add()

    ContentTemplate(Action<Object>)

    Declaration
    public RibbonGalleryGroupBuilder ContentTemplate(Action<object> template)
    Parameters
    Type Name Description
    System.Action<System.Object> template
    Returns
    Type
    RibbonGalleryGroupBuilder

    ContentTemplate(Func<Object, Object>)

    Declaration
    public RibbonGalleryGroupBuilder ContentTemplate(Func<object, object> template)
    Parameters
    Type Name Description
    System.Func<System.Object, System.Object> template
    Returns
    Type
    RibbonGalleryGroupBuilder

    CssClass(String)

    Defines the CSS class to customize the gallery groups.

    Declaration
    public RibbonGalleryGroupBuilder CssClass(string cssClass)
    Parameters
    Type Name Description
    System.String cssClass
    Returns
    Type
    RibbonGalleryGroupBuilder

    Header(String)

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

    Declaration
    public RibbonGalleryGroupBuilder Header(string header)
    Parameters
    Type Name Description
    System.String header
    Returns
    Type
    RibbonGalleryGroupBuilder

    ItemHeight(String)

    Defines the height of the gallery item.

    Declaration
    public RibbonGalleryGroupBuilder ItemHeight(string itemHeight)
    Parameters
    Type Name Description
    System.String itemHeight
    Returns
    Type
    RibbonGalleryGroupBuilder

    Items(Action<RibbonGalleryItemBuilder>)

    Declaration
    public RibbonGalleryGroupBuilder Items(Action<RibbonGalleryItemBuilder> items)
    Parameters
    Type Name Description
    System.Action<RibbonGalleryItemBuilder> items
    Returns
    Type
    RibbonGalleryGroupBuilder

    Items(List<RibbonGalleryItem>)

    Defines the properties for collection of gallery items in Ribbon.

    Declaration
    public RibbonGalleryGroupBuilder Items(List<RibbonGalleryItem> items)
    Parameters
    Type Name Description
    System.Collections.Generic.List<RibbonGalleryItem> items
    Returns
    Type
    RibbonGalleryGroupBuilder

    ItemWidth(String)

    Defines the width of the gallery items.

    Declaration
    public RibbonGalleryGroupBuilder ItemWidth(string itemWidth)
    Parameters
    Type Name Description
    System.String itemWidth
    Returns
    Type
    RibbonGalleryGroupBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved