[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.BeforeColEditEventArgs.Cancel

Cancel Property

Cancel

Gets or sets a value indicating that editing should be disallowed.

Declaration
public bool Cancel { get; set; }
Remarks

If event procedure sets the Cancel argument to True, the cell will not enter edit mode. Otherwise, the ColEdit event is raised immediately, followed by the Change event for the KeyChar property, if non-zero.