Skip to main content
A newer version of this page is available. .
Row

CustomCellInplaceEditorCollection.Clear() Method

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.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