WinExplorerView.ContextButtonOptions Property
Provides access to properties common to all context buttons within this WinExplorerView.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v22.1.dll
NuGet Package: DevExpress.Win.Grid
Declaration
[DXCategory("Context Buttons")]
public WinExplorerContextItemCollectionOptions ContextButtonOptions { get; }
Property Value
Type | Description |
---|---|
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