Back to Devexpress

TileViewOptionsKanban.GroupHeaderContextButtons Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewoptionskanban-4c935591.md

latest3.6 KB
Original Source

TileViewOptionsKanban.GroupHeaderContextButtons Property

Provides access to the collection of buttons displayed in group headers.

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 ContextItemCollection GroupHeaderContextButtons { get; }
vb
<DXCategory("Context Buttons")>
Public ReadOnly Property GroupHeaderContextButtons As ContextItemCollection

Property Value

TypeDescription
ContextItemCollection

The collection of buttons displayed in group headers

|

Property Paths

You can access this nested property as listed below:

Object TypePath to GroupHeaderContextButtons
TileView

.OptionsKanban .GroupHeaderContextButtons

|

Remarks

Kanban groups can display buttons in their header regions. You can create buttons that are always visible or visible on header hovering.

Use the TileView.OptionsKanban.GroupHeaderContextButtons collection to create and customize buttons. At design time, use a dedicated editor.

Each button provides settings to specify the text, image, visibility, tooltip, etc.

The TileView.OptionsKanban.GroupHeaderContextButtonOptions object allows you to customize settings specific to all header buttons.

The following events allow you to control the visibility and other display settings of individual header buttons:

Example

See the Tile View Kanban Board module in the XtraGrid MainDemo for an example.

See Also

Kanban Board

TileViewOptionsKanban Class

TileViewOptionsKanban Members

DevExpress.XtraGrid.Views.Tile Namespace