TileView.ContextButtonOptions Property
In This Article
Provides access to the set of properties that manage context button appearance and behavior.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[DXCategory("Context Buttons")]
public ContextItemCollectionOptions ContextButtonOptions { get; }
#Property Value
Type | Description |
---|---|
Context |
A Context |
#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.
See Also