Skip to main content
All docs
V25.1
  • DxReportDesigner.CustomControlTypes Property

    Adds custom controls that appear in the Report Designer Toolbox and can be used to design reports.

    Namespace: DevExpress.Blazor.Reporting

    Assembly: DevExpress.Blazor.Reporting.v25.1.JSBasedControls.dll

    NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls

    Declaration

    [Parameter]
    public List<Type> CustomControlTypes { get; set; }

    Property Value

    Type Description
    List<Type>

    A list of custom control types.

    Remarks

    Refer t0 the following help topic for a code sample: Create and Register a Custom Control in the Report Designer Toolbox (Blazor).

    See Also