Readonly
allowChecks if the current controls should allow input. Returns true if the control allows input, otherwise false.
Readonly
couldReturns if this control could be read-only based on a condition. True if the control could be read-only, otherwise false.
Readonly
couldReturns if this control could be required based on a condition. True if the control could be required, otherwise false.
Readonly
disabledReturns the disabled state of the calling control. True if the control is disabled, otherwise false.
Readonly
hiddenReturns the hidden state of the calling control. True if the control is hidden, otherwise false.
Readonly
maskReturns the masked state of the calling control. True if the control is masked, otherwise false.
Readonly
readReturns the read-only state of the calling control. True if the control is read-only, otherwise false.
Readonly
requiredReturns the required state of the calling control. True if control is required, otherwise false.
Registers a function to be invoked whenever a state change event occurs. This function receives an object that contains information about the change event.
{function} Function to be invoked when a state is changed. Parameter (change: StateChange). Returns void.
Methods and properties related to the state of the control.