Back to Devexpress

VGridControlBase.NotFixedRows Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-24ae2f0f.md

latest2.1 KB
Original Source

VGridControlBase.NotFixedRows Property

Provides access to the collection of non-fixed rows.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
DevExpress.XtraVerticalGrid.GridRowReadOnlyCollection

A collection of non-fixed rows.

|

Remarks

Specific rows can be fixed via the BaseRow.Fixed property. The NotFixedRows property returns a collection of non-fixed rows. To access fixed rows, see VGridControlBase.FixedBottomRows and VGridControlBase.FixedTopRows collections.

See Also

Fixed

FixedBottomRows

FixedTopRows

Rows

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace