MindFusion.Wpf Pack Programmer's Guide
ValidationForm.Apply Method
See Also
 





Applies the validation rules defined in the form to a target IValidation object.

Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms

 Syntax

C#  Copy Code

public void Apply (
    IValidation target
)

Visual Basic  Copy Code

Public Sub Apply( _
    target As IValidation _
)

 Parameters

target

The target IValidation object to apply the validation rules to, usually the same object used to initialize the form.

 See Also

ValidationForm Members
ValidationForm Class
MindFusion.Spreadsheet.Wpf.StandardForms Namespace