Show / Hide Table of Contents

Class GridRow

Represents a row in a grid list

Inheritance
Object
GridRow
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.Gui
Assembly: SlipeClient.dll
Syntax
public class GridRow

Constructors

| Improve this Doc View Source

GridRow(GridList)

Create a new row

Declaration
public GridRow(GridList gridList)
Parameters
Type Name Description
GridList gridList
| Improve this Doc View Source

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 Source

ID

Get the ID of this column in the Grid

Declaration
public int ID { get; }
Property Value
Type Description
Int32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX