ValidationHintBaseDefaultProperties Properties
Provides access to base validation hint properties. Objects of this type affect individual validation hints only.| Name | Description |
|---|---|
| ActualBackgroundMode | Returns which ValidationHint regions will be painted with this hint’s background color. |
| ActualBorderToHintDistance | Returns the current text-to-border indent for this ValidationHint. |
| ActualHintAlignment | |
| ActualHintLocation | Returns the current hint position for this ValidationHint object. |
| ActualHintPadding | Returns the current hint padding for this ValidationHint object. |
| ActualIcon | Returns the icon currently displayed by this ValidationHint object’s hint. |
| ActualIconToTextDistance | Returns the image-to-text indent for this ValidationHint object’s hint. |
| ActualIconType | Returns the predefined icon displayed within this ValidationHint object’s hint. |
| ActualImageUri | Returns the unified resource identifier (URI) that specifies the image displayed by this ValidationHint object. |
| ActualText | Returns the text currently displayed by this ValidationHint object’s hint. |
| AllowHtmlDrawText | Gets or sets whether or not HTML tags in this ValidationHint object’s hint text should be used to format this text string. |
| BorderToHintDistance | Gets or sets the indent between a border and a hint of this ValidationHint object. |
| CanHtmlDrawText | Returns whether or not this ValidationHint object can format its hint text using HTML tags. |
| CanShowBorder | Returns whether or not this ValidationHint object should display a border around its target UI element. |
| CanShowHint | Returns whether or not this ValidationHint object should display a hint next to its target UI element. |
| CanShowIcon | Returns whether or not this ValidationHint object can currently display a glyph within its hint. |
| HintAlignment | Gets or sets the alignment of this hint. |
| HintLocation | Gets or sets the position of this ValidationHint object’s hint relative to its target UI element. |
| HintPadding | Gets or sets the padding for this ValidationHint object’s hint. |
| Icon |
Gets or sets the image displayed within this ValidationHint object’s hint. This property is obsolete. Use the ValidationHintBaseDefaultProperties.ImageOptions.Image property instead.
|
| IconToTextDistance |
Gets or sets the distance between text and image within a hint, displayed by this ValidationHint object. This property is obsolete. Use the ValidationHintBaseDefaultProperties.ImageOptions.IconToTextDistance property instead.
|
| IconType |
Gets or sets one of the predefined images to be displayed within the ValidationHint object’s hint. This property is obsolete. Use the ValidationHintBaseDefaultProperties.ImageOptions.Image property instead.
|
| ImageOptions | Provides access to settings that allow you to assign raster and vector images to validation hints. |
| ImageUri |
Gets or sets the image displayed within this ValidationHint object’s hint. The required image will be taken from the DevExpress Image Gallery. This property is obsolete. Use the ValidationHintBaseDefaultProperties.ImageOptions.ImageUri property instead.
|
| ShowBackgroundMode | Gets or sets what ValidationHint object’s regions should be painted using this object’s background color. |
| ShowBorder | Gets or sets whether or not this ValidationHint object should draw a border around its target UI element. |
| ShowHint | Gets or sets whether or not this ValidationHint object should display a hint next to its target UI element. |
| ShowIcon |
Gets or sets whether or not this ValidationHint should display a glyph within its hint. This property is obsolete. Use the ValidationHintBaseDefaultProperties.ImageOptions.ShowIcon property instead.
|
| Text | Gets or sets a text string displayed within this ValidationHint object’s hint. |
See Also