Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public class OptionsLayoutTreeList :
    OptionsLayoutBase

The following members return OptionsLayoutTreeList objects:

Remarks

The options this class provides are accessible with the TreeList.OptionsLayout property. These options are taken into account when you save/restore the control’s layout with the following methods: TreeList.SaveLayoutToRegistry, TreeList.SaveLayoutToStream, TreeList.SaveLayoutToXml, TreeList.RestoreLayoutFromRegistry, TreeList.RestoreLayoutFromStream and TreeList.RestoreLayoutFromXml.

See Also