ToolTipIconSize Enum
Enumerates values that specify the size of a predefined icon displayed within a tooltip.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Large
|
A large icon. |
Small
|
A small icon. |
Related API Members
The following properties accept/return ToolTipIconSize values:
Remarks
Use the ToolTipController.IconSize property to specify the default icon size for all tooltips. To customize the icon size for a particular tooltip, you can use the IconSize argument in a ToolTipController.BeforeShow event handler.
See Also