Class ResetFormAction
Represents an action that resets form fields in a document.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Actions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class ResetFormAction : Action
Constructors
ResetFormAction()
Initializes a new instance of the Reset
Declaration
public ResetFormAction()
ResetFormAction(IEnumerable<String>, ResetFormType)
Initializes a new instance of the Reset
Declaration
public ResetFormAction(IEnumerable<string> fieldsNames, ResetFormType resetFormType = ResetFormType.Exclude)
Parameters
System. A collection of field names to be included or excluded in the reset operation. |
Reset Specifies whether the reset operation should include or exclude the specified fields. Default is Exclude. |
Properties
Fields
Gets or sets the list of field names that are included or excluded in the reset operation.
Declaration
public List<string> Fields { get; set; }
Property Value
System.
|
ResetFormType
Gets or sets the reset form type, which specifies whether to include or exclude the specified fields.
Declaration
public ResetFormType ResetFormType { get; set; }