VGridControlBase.FixedBottomRows Property
In This Article
Provides access to the rows that are fixed to the control’s bottom edge.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A collection of rows fixed to the bottom edge. |
#Remarks
To fix a row (anchor it to the top or bottom edge), use the BaseRow.Fixed property.
See Also