[]
        
(Showing Draft Content)

C1.Win.FlexGrid.ValidateEditEventArgs.Cancel

Cancel Property

Cancel

Gets or sets a value indicating whether the edit operation should be canceled.

Declaration
public bool Cancel { get; set; }
Public Property Cancel As Boolean
Remarks

If this parameter is set to true, the edits are considered invalid. The editor will remain open and the current cell selected until the user provides a valid entry or cancels the edit operation by pressing the ESC key.