A collection of all the controls on the form that interface with this attribute.
Adds a handler to be called when the attribute's value is changed.
The function reference.
Gets the attribute format.
The format of the attribute.
Values returned are:
Gets the current level of requirement for the attribute.
The required level, as either "none", "required", or "recommended"
Gets current submit mode for the attribute.
The submit mode, as either "always", "never", or "dirty"
The default value is "dirty"
Removes the handler from the "on change" event.
The handler.
Sets the required level.
The requirement level, as either "none", "required", or "recommended"
Sets the submit mode.
The submit mode, as either "always", "never", or "dirty".
Generated using TypeDoc
Interface for a Boolean attribute.
See
EnumAttribute
Deprecated
Use BooleanAttribute instead.