ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / EditModeEnteringEventArgs Class / Cancel Property

In This Topic
    Cancel Property (EditModeEnteringEventArgs)
    In This Topic
    Gets or sets a value indicating whether to cancel edit mode for the control.
    Syntax
    'Declaration
     
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}
    See Also