menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class CustomGroup

    Class for CustomGroup.

    Inheritance
    System.Object
    EJTagHelper
    CustomGroup
    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.ReportViewer
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class CustomGroup : EJTagHelper

    Constructors

    CustomGroup()

    Declaration
    public CustomGroup()

    Properties

    GroupIndex

    Gets or sets the group index of the toolbar custom group.

    Declaration
    [JsonProperty("groupIndex")]
    public int GroupIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    The custom group index.

    Items

    Gets or sets the items of the toolbar custom group.

    Declaration
    [JsonProperty("items")]
    public List<CustomItem> Items { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<CustomItem>

    The custom group items

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