Skip to main content
A newer version of this page is available. .

WinExplorerView.ContextButtonOptions Property

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

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.1.dll

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