Class IgbToolActionSeparator
Inheritance
System.Object
IgbToolActionSeparator
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
public class IgbToolActionSeparator : IgbToolAction, JsonSerializable, IDisposable
Constructors
Declaration
public IgbToolActionSeparator()
Properties
Gets or sets whether to use group header styling or regular styling on this separator.
Declaration
public bool IsGroupHeaderSeparator { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Gets or sets the size of the separator.
Declaration
public double Size { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
Declaration
protected override void EnsureModulesLoaded()
Overrides
Declaration
public override object ExportVisualData()
Returns
| Type |
Description |
| System.Object |
|
Overrides
Declaration
public override Task<object> ExportVisualDataAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Object> |
|
Overrides
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements
System.IDisposable