Table of Contents

Method ValidateWithoutUpdate

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

ValidateWithoutUpdate()

Run the validation process up to the ConvertedProposedValue step. This runs all validation rules marked as RawProposedValue or ConvertedProposedValue, but does not update any sources with new values.

public bool ValidateWithoutUpdate()

Returns

bool

True, if all validation rules succeed and no errors arise. False, otherwise.