Back to Devexpress

VGridControlBase.FixedBottomRows Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-0efe4eef.md

latest1.7 KB
Original Source

VGridControlBase.FixedBottomRows Property

Provides access to the rows that are fixed to the control’s bottom edge.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[Browsable(false)]
public GridRowReadOnlyCollection FixedBottomRows { get; }
vb
<Browsable(False)>
Public ReadOnly Property FixedBottomRows As GridRowReadOnlyCollection

Property Value

TypeDescription
DevExpress.XtraVerticalGrid.GridRowReadOnlyCollection

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

Fixed

FixedTopRows

Rows

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace