ResetFormType
Enum
Controls whether specified fields are included in or excluded from a reset operation.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Actions
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public enum ResetFormType
Fields
Exclude the listed fields from the reset.
C#
Exclude = 1
Include the listed fields in the reset.
C#
Include = 0