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

TileView.ContextButtonOptions Property

Provides access to the set of properties that manage context button appearance and behavior.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DXCategory("Context Buttons")]
public ContextItemCollectionOptions ContextButtonOptions { get; }

Property Value

Type Description
DevExpress.Utils.ContextItemCollectionOptions

A ContextItemCollectionOptions object that stores properties that manage context button appearance and behavior.

Remarks

The ContextButtonOptions property allows you to customize TileView‘s context buttons and panels within which these buttons are shown. See the TileView.ContextButtons property to learn more.

TileView - Context Buttons

See Also