Version

UltraValidator Class Properties

For a list of all members of this type, see UltraValidator members.

Public Properties
 NameDescription
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyErrorAppearanceGets/sets the appearance which is used by embeddable elements when the current value is not valid.  
Public PropertyErrorImageAlignmentGets/sets the alignment of the error image, as relative to the control being validated. Applicable only when the notification action resolves to 'Image'.  
Public PropertyErrorImageBlinkRateGets/sets the rate at which the error image blinks, expressed in milliseconds. Applicable only when the notification action resolves to 'Image'.  
Public PropertyErrorImageBlinkStyleGets/sets whether the error image blinks when the associated control's value is not valid. Applicable only when the notification action resolves to 'Image'.  
Public PropertyErrorImagePaddingGets/sets the number of pixels by which to separate the error image, in the horizontal direction, from the control. Applicable only when the notification action resolves to 'Image'.  
Public PropertyErrorImageSizeGets/sets the size at which the error image is displayed. Applicable only when the notification action resolves to 'Image'.  
Public PropertyErrorImageSizeResolvedReturns the resolved value of the ErrorImageSize property.  
Public PropertyErrorImageTransparentColorGets/sets the color that is reserved as the transparent color for the error image. Applicable only when the notification action resolves to 'Image'. resolves to 'Image'.  
Public PropertyEventManagerReturns the UltraValidatorEventManager instance which handles event firing for the UltraValidator component.  
Public PropertyHasErrorAppearanceReturns whether an appearance object has been created for the ErrorAppearance.  
Public PropertyMessageBoxIconGets/sets the value that is passed to the 'icon' parameter of the MessageBox.Show method when validation fails. Applicable only when the notification action resolves to 'MessageBox'.  
Public PropertyNotificationSettingsReturns a NotificationSettings instance which exposes properties that control the way the end user is notified when validation of a single entity fails.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyValidateHiddenControlsDetermines whether controls that are not visible participate in validation. By default, only visible controls are validated.  
Public PropertyValidationGroupsReturns a collection of ValidationGroup objects, which can be used to logically arrange controls into groups.  
Public PropertyValidationTriggerGets/sets a value which determines how a validation session is initiated.  
Public PropertyValidationTriggerResolvedReturns the resolved value of the ValidationTrigger property.  
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from Infragistics.Win.UltraComponentBase)
Protected PropertySubObjectPropChangeHandlerReturns the event handler that notifies OnSubObjectPropChanged  
See Also