New to Telerik UI for WPFStart a free 30-day trial

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; }
Property Value:

The field name collection.

ValidationProperties

SignatureValidationProperties

Gets or sets the validation properties.

C#
public SignatureValidationProperties ValidationProperties { get; set; }
Property Value:

The validation properties.