Class IgbGroupData
Object used to store group information for group headers.
Inheritance
System.Object
IgbGroupData
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbGroupData : BaseRendererElement, JsonSerializable
Constructors
IgbGroupData()
Declaration
Properties
FormattedText
The value as formatted text.
Declaration
public string FormattedText { get; set; }
Property Value
Type |
Description |
System.String |
|
GroupName
Declaration
public string GroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
GroupValue
Declaration
public object GroupValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
GroupValueScript
Provides a means of setting GroupValue in the JavaScript environment.
Declaration
public string GroupValueScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Overrides
Implements