Represents a base class used to configure the appearance of the column header cells.
Inheritance
System.Object
IgbHeader
Assembly: IgniteUI.Blazor.dll
public class IgbHeader : IgbDefinitionBase, JsonSerializable
Constructors
Declaration
Properties
Gets the actual background color that is used for the cells when they are selected
Declaration
public string ActualSortIndicatorColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public SortIndicatorStyle ActualSortIndicatorStyle { get; set; }
Property Value
Gets or sets the amount of bottom padding to use for the cell content.
Declaration
public int PaddingBottom { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Gets or sets the amount of left padding to use for the cell content.
Declaration
public int PaddingLeft { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Gets or sets the amount of right padding to use for the cell content.
Declaration
public int PaddingRight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Gets or sets the amount of top padding to use for the cell content.
Declaration
public int PaddingTop { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Gets or sets the color to use for the sort indicator icon
Declaration
public string SortIndicatorColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public SortIndicatorStyle SortIndicatorStyle { 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