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

VGridControl.OptionsView Property

Provides access to the vertical grid’s display options.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v20.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public VGridOptionsView OptionsView { get; }

Property Value

Type Description
VGridOptionsView

A VGridOptionsView object that specifies the grid’s display options.

Remarks

This property provides access to a set of properties that specify the visibility and layout of the grid’s elements.

See Also