Skip to main content

WinExplorerView.ContextButtonOptions Property

Provides access to properties common to all context buttons within this WinExplorerView.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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