Class GridItem
Represents a single item in a Gui gridlist
Inherited Members
Namespace: Slipe.Client.Gui
Assembly: SlipeClient.dll
Syntax
public class GridItem
Constructors
| Improve this Doc View SourceGridItem(GridColumn, GridRow, GridList)
Create a new item handle
Declaration
public GridItem(GridColumn column, GridRow row, GridList gridList)
Parameters
Type | Name | Description |
---|---|---|
GridColumn | column | |
GridRow | row | |
GridList | gridList |
Properties
| Improve this Doc View SourceColor
Get and set the color of this item
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
Column
The column of this item
Declaration
public GridColumn Column { get; }
Property Value
Type | Description |
---|---|
GridColumn |
Content
Get and set the text of this item
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
String |
Data
Get and set the data of this list
Declaration
public dynamic Data { get; set; }
Property Value
Type | Description |
---|---|
Object |
Row
The row of this item
Declaration
public GridRow Row { get; }
Property Value
Type | Description |
---|---|
GridRow |
Methods
| Improve this Doc View SourceSetSection(String)
Set this item as a section while setting the text
Declaration
public bool SetSection(string content)
Parameters
Type | Name | Description |
---|---|---|
String | content |
Returns
Type | Description |
---|---|
Boolean |