[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Designer.Handlers.OnBeforeCreate

OnBeforeCreate Property

OnBeforeCreate

Gets or sets a handler that cancels the creation process if it returns false.

Declaration
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Func<bool> OnBeforeCreate { get; set; }
Property Value
Type Description
Func<bool>

A function that returns a bool.