Skip to main content
.NET 6.0+

ToolTipAttribute.ToolTip Property

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

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.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