Class IgbRowSeparator
Represents a Row separator, this is used to visually separate the rows in a grid
Inheritance
System.Object
IgbRowSeparator
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbRowSeparator : IgbDefinitionBase, JsonSerializable
Constructors
IgbRowSeparator()
Declaration
Properties
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
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
Implements