BottomLeftCells Property (C1FlexGrid)
In This Topic
Gets the
GridPanel that contains the cells in the lower left corner of the grid.
Syntax
'Declaration
Public ReadOnly Property BottomLeftCells As GridPanel
public GridPanel BottomLeftCells {get;}
See Also