Back to Devexpress

WinExplorerView.OptionsNavigation Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-2a84ac97.md

latest2.0 KB
Original Source

WinExplorerView.OptionsNavigation Property

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

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
public GridOptionsNavigation OptionsNavigation { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(4)>
Public ReadOnly Property OptionsNavigation As GridOptionsNavigation

Property Value

TypeDescription
GridOptionsNavigation

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

|

See Also

WinExplorer View

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace