Skip to main content

ConfigureParametersPage.CanAddParameter() Method

Returns whether it is possible to add a new query parameter.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual bool CanAddParameter()

Returns

Type Description
Boolean

true, if a new parameter can be added; otherwise, false.

See Also