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

VGridOptionsLayout.StoreVisualOptions Property

Not supported by the current class.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public bool StoreVisualOptions { get; set; }

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

Object Type Path to StoreVisualOptions
PropertyGridControl
.OptionsLayout.StoreVisualOptions
VGridControl
.OptionsLayout.StoreVisualOptions
VGridControlBase
.OptionsLayout.StoreVisualOptions
See Also