ValidationHintBaseProperties Properties
Provides access to base validation hint properties. Objects of this type affect all validation hints owned by an Adorner UI Manager.| Name | Description |
|---|---|
| AllowHtmlDrawText | Gets or sets whether or not any ValidationHint owned by this manager should recognize HTML tags in its hint text. |
| BorderToHintDistance | Gets or sets the indent between the ValidationHint object’s border and hint. This setting is common to all ValidationHints owned by this manager. |
| HintAlignment | Gets or sets the alignment of all validation hints owned by this Adorner Manager. |
| HintLocation | Gets or sets the relative hint position for any ValidationHint object owned by this Adorner UI Manager. |
| HintPadding | Gets or sets the ValidationHint padding. This setting affects all validation hints owned by this Adorner UI Manager. |
| Icon | Gets or sets the ValidationHint icon. This icon will be displayed for all validation hints owned by the Adorner UI Manager. |
| IconToTextDistance | Gets or sets the indent between text and icon within a ValidationHint object’s hint. This setting is applied to all child validation hints for the current Adorner UI Manager. |
| IconType | Gets or sets one of predefined icons to be displayed within ValidationHint object hints. This setting affects all validation hints owned by this Adorner UI Manager. |
| ImageUri | Gets or sets the image displayed within a hint of any ValidationHint object owned by this manager. The required image will be taken from the DevExpress Image Gallery. |
| ShowBackgroundMode | Gets or sets ValidationHint elements that will be colorized using the background color. This setting is applied to all ValidationHint objects owned by this manager. |
| ShowBorder | Gets or sets whether or not any ValidationHint object owned by this Adorner UI Manager should display borders around its target UI element. |
| ShowHint | Gets or sets whether or not any ValidationHint object owned by this Adorner UI Manager should display hints next to its target UI element. |
| ShowIcon | Gets or sets whether or not a ValidationHint should display a glyph within its hint. This setting is applied to all validation hints owned by this manager. |
| SvgImage | Gets or sets a vector images assigned to a validation hint. |
| SvgImageSize | Gets or sets the size of vector images assigned to validation hints. |
| Text | Gets or sets the default ValidationHint text. |
See Also