Skip to main content
All docs
V25.2
  • PreviewClickEventArgs.Handled Property

    Gets or sets whether the click event was handled and no default processing is required.

    Namespace: DevExpress.Blazor.Reporting.Models

    Assembly: DevExpress.Blazor.v25.2.Viewer.dll

    Declaration

    public bool Handled { get; set; }

    Property Value

    Type Description
    Boolean

    true if the event was handled; otherwise, false.

    See Also