A newer version of this page is available.
Switch to the current version.
TreeList.OptionsView Property
Provides access to the Tree List's display options.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v19.2.dll
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public TreeListOptionsView OptionsView { get; }
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsView As TreeListOptionsView
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
Feedback