Skip to main content
A newer version of this page is available. .

WinExplorerViewContextButtonToolTipEventArgs.Text Property

Gets or sets the tooltip text.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v21.2.dll

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

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