WinExplorerView.ContextButtonOptions Property
In This Article
Provides access to properties common to all context buttons within 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 WinExplorerContextItemCollectionOptions ContextButtonOptions { get; }
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#Remarks
See the ‘Context Buttons’ section of the WinExplorer View topic to learn more.
See Also