expressappframework-devexpress-dot-persistent-dot-base-b8c95763.md
Lists values specifying icon types to be displayed within tooltips.
Namespace : DevExpress.Persistent.Base
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
public enum ToolTipIconType
Public Enum ToolTipIconType
| Name | Description |
|---|---|
Application |
A tooltip contains the default application icon.
|
| Asterisk |
A tooltip contains the system asterisk icon.
|
| Error |
A tooltip contains the system error icon.
|
| Exclamation |
A tooltip contains the system exclamation icon.
|
| Hand |
A tooltip contains the system hand icon.
|
| Information |
A tooltip contains the system information icon.
|
| Question |
A tooltip contains the system question icon.
|
| Warning |
A tooltip contains the system warning icon.
|
| WindLogo |
A tooltip contains the Windows logo icon.
|
| None |
A tooltip contains no predefined icon.
|
The following properties accept/return ToolTipIconType values:
See Also