ONLY OVERRIDE THIS METHOD. DO NOT CALL DIRECTLY!
This method is used to verify the data edited by this form.
It is designed to perform the data validation. Note that this
method is designed to be triggered through VerifyData().
public virtual bool Verify();
Return Value
Boolean
Remarks
This method should be overridden and implemented in cases where
custom verification logic is needed.
This method is NOT designed to be called directly.
See also:
Class DXSimpleEditForm