Back to Devexpress

TreeList.OptionsView Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-038cc7a0.md

latest1.6 KB
Original Source

TreeList.OptionsView Property

Provides access to the Tree List’s display options.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
public TreeListOptionsView OptionsView { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(4)>
Public ReadOnly Property OptionsView As TreeListOptionsView

Property Value

TypeDescription
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

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace