Back to Devexpress

TileViewContextButtonToolTipEventArgs.Text Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewcontextbuttontooltipeventargs-9f416580.md

latest1.3 KB
Original Source

TileViewContextButtonToolTipEventArgs.Text Property

Gets or sets the tooltip text.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public string Text { get; set; }
vb
Public Property Text As String

Property Value

TypeDescription
String

A string value that represents the text to show in the tooltip.

|

See Also

TileViewContextButtonToolTipEventArgs Class

TileViewContextButtonToolTipEventArgs Members

DevExpress.XtraGrid.Views.Tile Namespace