Skip to main content

ValidationHintBaseProperties Members

Provides access to base validation hint properties. Objects of this type affect all validation hints owned by an Adorner UI Manager.

Constructors

Name Description
ValidationHintBaseProperties() Initializes a new instance of the ValidationHintBaseProperties class with the default settings.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
See Also