Back to Devexpress

TileView.GroupHeaderContextButtonToolTip Event

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-1bf078ae.md

latest2.7 KB
Original Source

TileView.GroupHeaderContextButtonToolTip Event

Allows you to provide custom tooltips for Rating and Track Bar context buttons in group headers. This event is in effect when you add group header buttons in Kanban layout mode.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Data")]
public event GroupHeaderContextButtonToolTipEventHandler GroupHeaderContextButtonToolTip
vb
<DXCategory("Data")>
Public Event GroupHeaderContextButtonToolTip As GroupHeaderContextButtonToolTipEventHandler

Event Data

The GroupHeaderContextButtonToolTip event's data class is DevExpress.XtraGrid.Views.Tile.GroupHeaderContextButtonToolTipEventArgs.

Remarks

In Kanban layout mode, you can add buttons to group headers via the TileView.OptionsKanban.GroupHeaderContextButtons collection. To provide tooltips for group header buttons, you can use their ContextButton.ToolTip and ContextButton.SuperTip properties.

Default tooltips for Rating and Track Bar context buttons display button values. The GroupHeaderContextButtonToolTip event allows you to provide custom tooltips for these context buttons. To specify a custom tooltip, assign text to the e.Text event parameter or change the button’s e.Item.ToolTip/e.Item.SuperTip property.

See Also

LayoutMode

GroupHeaderContextButtons

Kanban Board

Context Buttons

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace