windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-0730cc4c.md
Use 'OptionsLayout.LayoutVersion' instead
Gets or sets the version of the control’s layout.
Namespace : DevExpress.XtraVerticalGrid
Assembly : DevExpress.XtraVerticalGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use 'OptionsLayout.LayoutVersion' instead")]
public virtual string LayoutVersion { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("Use 'OptionsLayout.LayoutVersion' instead")>
Public Overridable Property LayoutVersion As String
| Type | Description |
|---|---|
| String |
A string that specifies the version of the layout in the control.
|
You should assign versions to layouts if you need to customize the control after an earlier version of the control’s layout has been loaded from data store (a stream, xml file or system registry) and applied to the control.
Note
Rows which do not exist in the layout being loaded from the data store are destroyed.
See Also