Skip to main content
Row

CustomCellInplaceEditorCollection.Clear() Method

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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