Interface IReorderable
Interface for setting the row index
Namespace: Simplic.UI.GridView
Assembly: Simplic.UI.dll
Syntax
public interface IReorderable
Methods
| Improve this Doc View SourceSetIndex(Int32)
Set row index
Declaration
void SetIndex(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | Row index |