Class
FormFieldActionCollection

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:

cs-api-definition
public class FormFieldActionCollection

Inheritance: objectFormFieldActionCollection

Properties

Calculate

Gets or sets the script used to recalculate this field when dependent fields change.

Declaration

cs-api-definition
public JavaScriptAction Calculate { get; set; }

Property Value

JavaScriptAction

Format

Gets or sets the script run before the field formats its value for display.

Declaration

cs-api-definition
public JavaScriptAction Format { get; set; }

Property Value

JavaScriptAction

Keystroke

Gets or sets the script invoked on keystrokes or selection changes, influencing immediate input behavior.

Declaration

cs-api-definition
public JavaScriptAction Keystroke { get; set; }

Property Value

JavaScriptAction

Validate

Gets or sets the script run when the field's value changes to validate input.

Declaration

cs-api-definition
public JavaScriptAction Validate { get; set; }

Property Value

JavaScriptAction

Methods

Equals(object)

Returns a value indicating whether this instance is equal to a specified object.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

An object to compare with this instance.

Returns

bool

true if obj equals the value of this instance; otherwise, false.

Overrides object.Equals(object)

GetHashCode()

Returns the hash code for this instance.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for the current object.

Overrides object.GetHashCode()