windowsforms-devexpress-dot-xtratreelist-dot-treelist-430e4f2a.md
Use the OptionsLayout.LayoutVersion property instead
Gets or sets the version of the control’s layout.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsLayout.LayoutVersion property instead")]
public virtual string LayoutVersion { get; set; }
<Obsolete("Use the OptionsLayout.LayoutVersion property instead")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property LayoutVersion As String
| Type | Description |
|---|---|
| String |
A string representing the version of the control’s layout.
|
Use the OptionsLayoutBase.LayoutVersion property instead (accessible from the TreeList.OptionsLayout object).
See Also