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

TreeList.OptionsView Property

Provides access to the Tree List’s display options.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v21.2.dll

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

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public TreeListOptionsView OptionsView { get; }

Property Value

Type Description
TreeListOptionsView

A TreeListOptionsView object which contains the Tree List’s display options.

Remarks

The object returned provides a set of properties that specify the visibility and layout of the Tree List’s elements.

See Also