Backing information for a section header cell in the grid.
Inheritance
System.Object
IgbSectionHeaderCellInfo
Assembly: IgniteUI.Blazor.dll
public class IgbSectionHeaderCellInfo : IgbCellInfo, JsonSerializable
Constructors
Declaration
public IgbSectionHeaderCellInfo()
Properties
Sets or gets the resolved summary text for the section header cell.
Declaration
public string ResolvedSummaryText { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Sets or gets the resolved text for the section header cell.
Declaration
public string ResolvedText { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Sets or gets how summaries are displayed in the section header cell.
Declaration
public GroupSummaryDisplayMode SummaryDisplayMode { get; set; }
Property Value
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
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
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
Implements