Show / Hide Table of Contents

Class IgbSectionInformation

Represents information about a section in a data source.

Inheritance
System.Object
BaseRendererElement
IgbSectionInformation
Implements
JsonSerializable
Inherited Members
BaseRendererElement._name
BaseRendererElement.eventCallbacksCache
BaseRendererElement._cachedSerializedContent
BaseRendererElement.EnsureModulesLoaded()
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.CompareEventCallbacks<T>(T, T, Dictionary<Type, Dictionary<String, FieldInfo>>)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.ParentTypeName
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbSectionInformation : BaseRendererElement, JsonSerializable

Constructors

IgbSectionInformation()

Declaration
public IgbSectionInformation()

Properties

EndIndex

Gets the end index for the group.

Declaration
public int EndIndex { get; protected set; }
Property Value
Type Description
System.Int32

GroupKeyProperties

Gets the key properties for the group.

Declaration
public string[] GroupKeyProperties { get; protected set; }
Property Value
Type Description
System.String[]

GroupKeyValues

Gets the key values for the group.

Declaration
public object[] GroupKeyValues { get; protected set; }
Property Value
Type Description
System.Object[]

GroupKeyValuesScript

Provides a means of setting GroupKeyValues in the JavaScript environment.

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

StartIndex

Gets the start index for the group.

Declaration
public int StartIndex { get; protected set; }
Property Value
Type Description
System.Int32

SummaryResults

Gets the summary results for the group.

Declaration
public IgbDataGridSummaryResult[] SummaryResults { get; protected set; }
Property Value
Type Description
IgbDataGridSummaryResult[]

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererElement.Type

Methods

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
BaseRendererElement.FindByName(String)

FromEventJson(BaseRendererControl, Dictionary<String, Object>)

Declaration
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
Type Name Description
BaseRendererControl control
System.Collections.Generic.Dictionary<System.String, System.Object> args
Overrides
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)

ToEventJson(BaseRendererControl, Dictionary<String, Object>)

Declaration
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
Type Name Description
BaseRendererControl control
System.Collections.Generic.Dictionary<System.String, System.Object> args
Overrides
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)

Implements

JsonSerializable