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.v22.1.dll
NuGet Package: DevExpress.Win.Grid
Declaration
[DXCategory("Context Buttons")]
public ContextItemCollectionOptions ContextButtonOptions { get; }
Property Value
Type | Description |
---|---|
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.
See Also