Class IgbRowSelectorTemplateDetails
Inheritance
System.Object
IgbRowSelectorTemplateDetails
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbRowSelectorTemplateDetails : BaseRendererElement, JsonSerializable
Constructors
IgbRowSelectorTemplateDetails()
Declaration
public IgbRowSelectorTemplateDetails()
Properties
Index
Declaration
public double Index { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Key
Declaration
public object Key { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
RowID
Declaration
public object RowID { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Selected
Declaration
public bool Selected { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
Deselect()
Declaration
DeselectAsync()
Declaration
public Task DeselectAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Select()
Declaration
SelectAsync()
Declaration
public Task SelectAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
SetNativeElement(Object)
Declaration
public void SetNativeElement(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
SetNativeElementAsync(Object)
Declaration
public Task SetNativeElementAsync(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements