Back to Devexpress

OptionsLayoutTreeList Class

windowsforms-devexpress-dot-xtratreelist-0a462adc.md

latest3.5 KB
Original Source

OptionsLayoutTreeList Class

Contains options that specify how a control’s layout is saved to/restored from storage (a stream, xml file or the system registry).

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public class OptionsLayoutTreeList :
    OptionsLayoutBase
vb
Public Class OptionsLayoutTreeList
    Inherits OptionsLayoutBase

The following members return OptionsLayoutTreeList objects:

Remarks

The following methods save the TreeList’s layout:

The following methods restore the TreeList’s layout:

Inheritance

Object ViewStatePersisterCore BaseOptions OptionsLayoutBase OptionsLayoutTreeList

See Also

OptionsLayoutTreeList Members

RestoreLayoutFromRegistry

RestoreLayoutFromStream

RestoreLayoutFromXml

RestoreLayoutFromJson

SaveLayoutToRegistry

SaveLayoutToStream

SaveLayoutToXml

SaveLayoutToJson

OptionsLayout

Save and Restore Layouts of DevExpress controls

DevExpress.XtraTreeList Namespace