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

WinExplorerView.OptionsNavigation Property

Provides access to the set of properties that manage the WinExplorerView navigation.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
public GridOptionsNavigation OptionsNavigation { get; }

Property Value

Type Description
GridOptionsNavigation

A GridOptionsNavigation object that stores this WinExplorerView‘s navigation options.

See Also