Skip to main content
All docs
V25.1
  • ParameterBindingBase.IsEmpty Property

    Specifies whether a parameter is empty.

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    [Browsable(false)]
    public bool IsEmpty { get; }

    Property Value

    Type Description
    Boolean

    true, if the parameter is empty; otherwise, false.

    See Also