Skip to main content
A newer version of this page is available. .

TreeList.OptionsBehavior Property

Provides access to the Tree List’s behavior options.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

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