Skip to main content
.NET Framework 4.6.2+

ToolTipAttribute.ToolTipIconType Property

Specifies the tooltip icon. Has effect in XAF Windows Forms applications only.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v25.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ToolTipIconType ToolTipIconType { get; }

Property Value

Type Description
ToolTipIconType

The tooltip icon type.

Remarks

Important

This property is in effect in XAF Windows Forms applications only.

Use ToolTipTitle and ToolTipIconType properties to specify a title and an icon for a tooltip. These elements are displayed in editor and layout item tooltips in Detail View.

[ToolTip("When this option is checked, it overrides all other permission settings and grants full access to all operations.",
    "Specifies whether associated users are administrators.",ToolTipIconType.Information)]
public virtual bool IsAdministrative { get; set; }

TooltipAdvanced_Win

See Also