Skip to main content

ConfigureParametersPage.CanRemoveParameter() Method

Returns whether it is possible to remove the selected parameter from a query.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual bool CanRemoveParameter()

Returns

Type Description
Boolean

true, if the query parameter can be removed; otherwise, false.

See Also