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

    Gets the VisualBrick object that provides information on a report control that was clicked.

    Namespace: DevExpress.Blazor.Reporting.Models

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

    Declaration

    public VisualBrick Brick { get; }

    Property Value

    Type Description
    VisualBrick

    The VisualBrick object.

    See Also