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

ToolTipAttribute.ToolTip Property

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

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v19.1.dll

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