Class IgbColumnGroupDescription
Represents an element in the current grouping applied to a data source or provider. Changes to this object are not observed or expected after it is initially assigned to a collection.
Inheritance
System.Object
IgbColumnGroupDescription
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbColumnGroupDescription : IgbColumnSortDescription, JsonSerializable
Constructors
IgbColumnGroupDescription()
Declaration
public IgbColumnGroupDescription()
Properties
Gets or sets the display format for the group text in the group header.
Declaration
public string DisplayFormat { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the format specifiers to use with the DisplayFormat string.
Declaration
public IgbFormatSpecifierCollection DisplayFormatSpecifiers { get; set; }
Property Value
DisplayName
Gets or sets the display text for the group name.
Declaration
public string DisplayName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
FormatText
Declaration
public EventCallback<IgbFormatGroupTextEventArgs> FormatText { get; set; }
Property Value
FormatTextScript
Declaration
public string FormatTextScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Gets or sets the format string for the group value.
Declaration
public string ValueFormat { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the format specifiers to use with the ValueFormat string.
Declaration
public IgbFormatSpecifierCollection ValueFormatSpecifiers { get; set; }
Property Value
Methods
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
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
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
Implements