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.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if this ValidationHint object can currently display a glyph within its hint; otherwise, false. |
Remarks
See the ValidationHintBaseDefaultProperties.ShowIcon and ValidationHintBaseProperties.ShowIcon properties for more information.
See Also