Back to Devexpress

WinExplorerView.ContextButtonOptions Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-54ec16a0.md

latest2.0 KB
Original Source

WinExplorerView.ContextButtonOptions Property

Provides access to properties common to all context buttons within this WinExplorerView.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Context Buttons")]
public WinExplorerContextItemCollectionOptions ContextButtonOptions { get; }
vb
<DXCategory("Context Buttons")>
Public ReadOnly Property ContextButtonOptions As WinExplorerContextItemCollectionOptions

Property Value

TypeDescription
DevExpress.XtraGrid.Views.WinExplorer.WinExplorerContextItemCollectionOptions

A DevExpress.XtraGrid.Views.WinExplorer.WinExplorerContextItemCollectionOptions object that stores properties common to all context buttons within this WinExplorerView.

|

Remarks

See the ‘Context Buttons’ section of the WinExplorer View topic to learn more.

See Also

WinExplorer View

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace