An NDoc Documented Class Library

RangeValidator Properties

The properties of the RangeValidator class are listed below. For a complete list of RangeValidator class members, see the RangeValidator Members topic.

Public Instance Properties

Container (inherited from Component) Gets the IContainer that contains the Component.
ControlToValidate (inherited from BaseValidator) Gets or sets the input control to validate.
ErrorMessage (inherited from BaseValidator) Gets or sets the text for the error message.
HostingForm (inherited from BaseValidator) Gets or sets the component's hosting form.
Icon (inherited from BaseValidator) Gets or sets the Icon that is displayed next to a control when an error description string has been set for the control.
IconAlignment (inherited from BaseValidator) Gets or sets the location where the error icon should be placed in relation to the control.
IconPadding (inherited from BaseValidator) Gets or sets the amount of extra space to leave between the specified control and the error icon.
IsValid (inherited from BaseValidator) Gets a value that indicates whether the associated input control passes validation.
MaximumValue Gets or sets a the maximum value of the range being tested.
MinimumValue Gets or sets a the minimum value of the range being tested.
Required Gets or sets whether this control is required.
Site (inherited from Component) Gets or sets the ISite of the Component.
Type (inherited from BaseCompareValidator) Gets or sets what type-checking will be applied to the validation.

Protected Instance Properties

DesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
Events (inherited from Component)Gets the list of event handlers that are attached to this Component.
TypeConverter (inherited from BaseCompareValidator) Gets a TypeConverter capable of performing conversions to and from the type, specified by ValidationDataType.

See Also

RangeValidator Class | Genghis.Windows.Forms Namespace