ClassFormFieldActionCollection
JavaScript hooks for form-field events to validate, format, and react to user input.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Actions
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class FormFieldActionCollection
Inheritance: objectFormFieldActionCollection
Properties
Calculate
Gets or sets the script used to recalculate this field when dependent fields change.
Declaration
public JavaScriptAction Calculate { get; set; }
Property Value
Format
Gets or sets the script run before the field formats its value for display.
Declaration
public JavaScriptAction Format { get; set; }
Property Value
Keystroke
Gets or sets the script invoked on keystrokes or selection changes, influencing immediate input behavior.
Declaration
public JavaScriptAction Keystroke { get; set; }
Property Value
Validate
Gets or sets the script run when the field's value changes to validate input.
Declaration
public JavaScriptAction Validate { get; set; }
Property Value
Methods
Equals(object)
Returns a value indicating whether this instance is equal to a specified object.
GetHashCode()
Returns the hash code for this instance.
Declaration
public override int GetHashCode()
Returns
A hash code for the current object.
Overrides