Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

CardViewColumnCollection.Remove(IWebGridColumn) Method

Removes the specified column from the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public void Remove(
    IWebGridColumn column
)

Parameters

Name Type Description
column IWebGridColumn

An IWebGridColumn supported object to remove from the collection.

See Also