Represents the validate signatures command context.
Definition
Namespace:Telerik.Windows.Documents.Commands
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
C#
public class ValidateSignaturesCommandContext
Inheritance: objectValidateSignaturesCommandContext
Constructors
C#
public ValidateSignaturesCommandContext()
Properties
Gets or sets the field name collection.
C#
public IEnumerable<string> FieldNameCollection { get; set; }
The field name collection.
ValidationProperties
SignatureValidationProperties
Gets or sets the validation properties.
C#
public SignatureValidationProperties ValidationProperties { get; set; }
The validation properties.