Back to Devexpress

TreeList.LayoutVersion Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-430e4f2a.md

latest2.5 KB
Original Source

TreeList.LayoutVersion Property

OBSOLETE

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsLayout.LayoutVersion property instead")]
public virtual string LayoutVersion { get; set; }
vb
<Obsolete("Use the OptionsLayout.LayoutVersion property instead")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property LayoutVersion As String

Property Value

TypeDescription
String

A string representing the version of the control’s layout.

|

Remarks

Use the OptionsLayoutBase.LayoutVersion property instead (accessible from the TreeList.OptionsLayout object).

See Also

LayoutVersion

LayoutUpgrade

SaveLayoutToRegistry

SaveLayoutToStream

SaveLayoutToXml

RestoreLayoutFromRegistry

RestoreLayoutFromStream

RestoreLayoutFromXml

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace