ActiveReports Developer 7
Cancel Property
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace > EditModeEnteringEventArgs Class : Cancel Property

Glossary Item Box

Gets or sets a value indicating whether to cancel edit mode for the control.

Syntax

Visual Basic (Declaration) 
Public Property Cancel As System.Boolean
C# 
public System.bool Cancel {get; set;}

See Also