[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.EditModeEnteringEventArgs.Cancel

Cancel Property

Cancel

Gets or sets a value indicating whether the action of entering edit mode should be canceled.

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

true if entering edit mode should be canceled; otherwise, false.

Remarks

Setting this property to true prevents the control from entering edit mode. This can be used to enforce custom validation or other pre-editing conditions. The default value is false, allowing edit mode to be entered.