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