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

TreeList.OptionsNavigation Property

Provides access to a TreeList‘s focus navigation options.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public TreeListOptionsNavigation OptionsNavigation { get; }

Property Value

Type Description
TreeListOptionsNavigation

An object that specifies the TreeList’s focus navigation options.

See Also