Skip to main content

TileViewContextButtonToolTipEventArgs.Text Property

Gets or sets the tooltip text.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public string Text { get; set; }

Property Value

Type Description
String

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

See Also