Skip to main content
Tab

FilterControlColumnCollection.Remove(String) Method

Removes a column with the specified name from the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void Remove(
    string columnName
)

Parameters

Name Type Description
columnName String

A string value specifying the column name.

See Also