ValidationHintBaseDefaultProperties.CanShowIcon Property
Returns whether or not this ValidationHint object can currently display a glyph within its hint.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true if this ValidationHint object can currently display a glyph within its hint; otherwise, false. |
Remarks
See ValidationHintBaseProperties.ShowIcon for more information.
See Also