API Reference
Enum
ValidationState
TablerFormEnums enumeration.
Inheritance
- Enum
- ValidationState
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Field ValidationState.Invalid
- Field ValidationState.Valid
- Field ValidationState.Warning
Accepted by parameters
- Method TablerCheckbox.Validation
- Method TablerCheckboxGroup.Validation
- Method TablerInput.Validation
- Method TablerRadio.Validation
- Method TablerRadioGroup.Validation
- Method TablerSelect.Validation
- Method TablerSignaturePad.Validation
- Method TablerSwitch.Validation
- Method TablerTextarea.Validation
- Method TablerTokenInput.Validation
- Extension method ValidationState.ToFeedbackClass
- Extension method ValidationState.ToInputClass
- Method ValidationStateExtensions.ToFeedbackClass
- Method ValidationStateExtensions.ToInputClass
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
Extension Methods
public static String ToFeedbackClass(ValidationState state) #Returns:
StringReturns the CSS class name used for validation feedback elements.
Parameters
- state HtmlForgeX.ValidationState
public static String ToInputClass(ValidationState state) #Returns:
StringReturns the CSS class name that represents the validation state for an input element.
Parameters
- state HtmlForgeX.ValidationState