Represents a Header Row separator. This is used to visually separate the header row from the rest of the rows in a grid.
Inheritance
System.Object
IgbHeaderRowSeparator
Assembly: IgniteUI.Blazor.dll
public class IgbHeaderRowSeparator : IgbDefinitionBase, JsonSerializable
Constructors
Declaration
public IgbHeaderRowSeparator()
Properties
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
Declaration
protected override void EnsureModulesLoaded()
Overrides
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements