Class IgbColumnResizingSeparator
Inheritance
System.Object
IgbColumnResizingSeparator
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbColumnResizingSeparator : IgbDefinitionBase, JsonSerializable
Constructors
IgbColumnResizingSeparator()
Declaration
public IgbColumnResizingSeparator()
Properties
ActualOpacity
Declaration
public double ActualOpacity { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Opacity
Declaration
public double Opacity { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
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