ToolTipAttribute.ToolTipTitle Property
Specifies the tooltip title. Has effect in XAF Windows Forms applications only.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
String | The tooltip title. |
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; }
See Also