Class IgbCellPosition
Inheritance
System.Object
IgbCellPosition
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbCellPosition : BaseRendererElement, JsonSerializable
Constructors
IgbCellPosition()
Declaration
Properties
RowIndex
Declaration
public double RowIndex { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
VisibleColumnIndex
Declaration
public double VisibleColumnIndex { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
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