Skip to main content
A newer version of this page is available. .

VGridControlBase.FixedBottomRows Property

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

[Browsable(false)]
public GridRowReadOnlyCollection FixedBottomRows { get; }

Property Value

Type Description
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