IModelToolTip.ToolTip Property
Specifies the tooltip text.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string that comprises the tooltip text |
Remarks
This property derives its default value from ToolTipAttribute and can be accessed from different nodes in the Application Model based on the target element. Refer to the ToolTipAttribute topic for details.
See Also