Skip to main content
All docs
V25.1
  • ParameterModel Class

    Contains a report parameter, properties and methods to manage the parameter.

    Namespace: DevExpress.Blazor.Reporting.Models

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

    NuGet Package: DevExpress.Blazor.Reporting.Viewer

    Declaration

    public class ParameterModel :
        ParameterItemViewModel

    Remarks

    The ParameterModel class is the report Parameter with related properties, methods, and events, specific to the Blazor model.

    Inheritance

    Object
    DevExpress.XtraReports.Native.NotifyPropertyChangedImplementation
    DevExpress.XtraReports.Parameters.ViewModels.ItemViewModel
    DevExpress.XtraReports.Parameters.ViewModels.ItemViewModel<DevExpress.XtraReports.Parameters.ParameterLayoutItem>
    See Also