Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

CustomCellInplaceEditorCollection.Clear() Method

Removes all custom cell in-place editors from the collection.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

void Clear()

Remarks

To remove specific custom cell in-place editors from the collection, use the CustomCellInplaceEditorCollection.Remove or CustomCellInplaceEditorCollection.RemoveAt method.

See Also