Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

ToolTipAttribute.ToolTip Property

Specifies the tooltip text displayed for the ToolTipAttribute attribute’s target property.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string ToolTip { get; }

Property Value

Type Description
String

A string which is the tooltip text displayed for the ToolTipAttribute attribute’s target property.

See Also