Back to Devexpress

TreeList.OptionsBehavior Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-6353bf24.md

latest1.6 KB
Original Source

TreeList.OptionsBehavior Property

Provides access to the Tree List’s behavior options.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public TreeListOptionsBehavior OptionsBehavior { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsBehavior As TreeListOptionsBehavior

Property Value

TypeDescription
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

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace