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

VGridOptionsLayout.StoreAllOptions Property

Not supported by the current class.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v20.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public bool StoreAllOptions { get; set; }

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

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