A newer version of this page is available.
Switch to the current version.
WinExplorerView.ContextButtons Property
Gets the ContextItemCollection object that contains context buttons for this WinExplorerView.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v19.2.dll
Declaration
[DXCategory("Context Buttons")]
public ContextItemCollection ContextButtons { get; }
<DXCategory("Context Buttons")>
Public ReadOnly Property ContextButtons As ContextItemCollection
Property Value
Type | Description |
---|---|
DevExpress.Utils.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
Feedback