C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / BottomLeftCells Property

In This Topic
BottomLeftCells Property
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
 
Remarks
This is the area below the row headers and to the left of the column footers.
See Also