Skip to main content

VGridOptionsView() Constructor

Initializes a new instance of the VGridOptionsView class.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public VGridOptionsView()

Remarks

This constructor is automatically called when a vertical grid initializes its VGridControlBase.OptionsView property.

See Also