Back to Devexpress

WinExplorerView.ContextButtons Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-f552e691.md

latest2.1 KB
Original Source

WinExplorerView.ContextButtons Property

Gets the ContextItemCollection object that contains context buttons for 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 ContextItemCollection ContextButtons { get; }
vb
<DXCategory("Context Buttons")>
Public ReadOnly Property ContextButtons As ContextItemCollection

Property Value

TypeDescription
ContextItemCollection

A DevExpress.Utils.ContextItemCollection object that contains context buttons for this WinExplorerView.

|

Remarks

The WinExplorerView can display context buttons for each of its items. 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