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.v19.2.dll

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