ColumnsListEditor.RemoveColumn(ColumnWrapper) Method
Removes a particular column from the ColumnsListEditor.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | DevExpress.ExpressApp.Editors.ColumnWrapper | A ColumnWrapper descendant representing the column that must be removed from the ColumnsListEditor. |
Remarks
This method is intended for internal use.
See Also