Back to Devexpress

TileView.ContextButtonOptions Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-40cffbe2.md

latest1.9 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
[DXCategory("Context Buttons")]
public ContextItemCollectionOptions ContextButtonOptions { get; }
vb
<DXCategory("Context Buttons")>
Public ReadOnly Property ContextButtonOptions As ContextItemCollectionOptions

Property Value

TypeDescription
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

ContextButtons

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace