Class GridRow
Represents a row in a grid list
Inherited Members
Namespace: Slipe.Client.Gui
Assembly: SlipeClient.dll
Syntax
public class GridRow
Constructors
| Improve this Doc View SourceGridRow(GridList)
Create a new row
Declaration
public GridRow(GridList gridList)
Parameters
Type | Name | Description |
---|---|---|
GridList | gridList |
GridRow(GridList, Int32)
Create a new row after an existing row index
Declaration
public GridRow(GridList gridList, int index)
Parameters
Type | Name | Description |
---|---|---|
GridList | gridList | |
Int32 | index |
Properties
| Improve this Doc View SourceID
Get the ID of this column in the Grid
Declaration
public int ID { get; }
Property Value
Type | Description |
---|---|
Int32 |