Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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