WinExplorerView.ContextButtons Property
In This Article
Gets the ContextItemCollection object that contains context buttons for this WinExplorerView.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[DXCategory("Context Buttons")]
public ContextItemCollection ContextButtons { get; }
#Property Value
Type | Description |
---|---|
Context |
A DevExpress. |
#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