TreeList.OptionsView Property
Provides access to the Tree List’s display options.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
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