Skip to main content

TreeList.OptionsNavigation Property

Provides access to a TreeList‘s focus navigation options.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

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