[]
        
(Showing Draft Content)

C1.Win.FlexGrid.ValidateEditEventArgs.FailedReason

FailedReason Property

FailedReason

Gets or sets a value describing a reason why validation of editor value failed.

Declaration
public EditorValidationFailedReason FailedReason { get; set; }
Remarks

This parameter determines what ErrorMessage of which specified validation rules will be used.

If this parameter is set to Custom then ErrorText should be specified in GetEditorErrorInfo event.