[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.TextChangingEventArgs.Cancel

Cancel Property

Cancel

Gets or sets the value that indicates whether the changing action is canceled.

Declaration
public bool Cancel { get; set; }
Public Property Cancel As Boolean
Property Value
Type Description
bool

A bool value that indicates whether the changing action is canceled.

Remarks

If the Cancel property is true, the text does not change.