Skip to main content

TreeList.OptionsNavigation Property

Provides access to a TreeList‘s focus navigation options.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.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