Skip to main content

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.1.dll

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

Declaration

public class OptionsLayoutTreeList :
    OptionsLayoutBase

The following members return OptionsLayoutTreeList objects:

Remarks

The following methods save the TreeList’s layout:

The following methods restore the TreeList’s layout:

See Also