Skip to main content

IConfigureParametersPageView.ShowDuplicatingColumnNameError(String) Method

If implemented, displays the error message about duplicating the specified column.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

void ShowDuplicatingColumnNameError(
    string columnName
)

Parameters

Name Type Description
columnName String

The name of the column that is duplicated.

See Also