Class CustomGroup
Class for CustomGroup.
Inherited Members
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 |