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.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public class OptionsLayoutTreeList :
OptionsLayoutBase
#Related API Members
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.