CustomMarkCollection.Remove(CustomMark) Method
Removes the specified custom mark from the collection.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
customMark | CustomMark | A CustomMark object specifying a custom mark in the document. |
See Also