TreeList.OptionsBehavior Property
In This Article
Provides access to the Tree List’s behavior options.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public TreeListOptionsBehavior OptionsBehavior { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
The object returned provides a set of Boolean properties which describe the Tree List’s current functionality.
See Also