Back to Devexpress

WinExplorerViewContextButtonToolTipEventArgs.Text Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewcontextbuttontooltipeventargs-ef7c7206.md

latest1.4 KB
Original Source

WinExplorerViewContextButtonToolTipEventArgs.Text Property

Gets or sets the tooltip text.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

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

WinExplorerViewContextButtonToolTipEventArgs Class

WinExplorerViewContextButtonToolTipEventArgs Members

DevExpress.XtraGrid.Views.WinExplorer Namespace