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
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