IModelToolTipOptions.ToolTipIconType Property
Specifies the tooltip icon. Has effect in Windows Forms applications only.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Default | Description |
---|---|---|
ToolTipIconType | None | A ToolTipIconType enumeration value that specifies the tooltip icon. |
Remarks
This property derives its default value from ToolTipAttribute and can be accessed from the Application Model‘s BOModel | <ApplicationName>.Module.BusinessObjects | <ClassName> | OwnMembers | <PropertyName> node.
Refer to the ToolTipAttribute topic for details.
See Also