Skip to main content

VGridOptionsRow() Constructor

Initializes a new instance of the VGridOptionsRow class.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public VGridOptionsRow()

Remarks

This constructor is called automatically when the row’s BaseRow.OptionsRow property is initialized.

See Also