Skip to main content

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

void Remove(
    CustomMark customMark
)

Parameters

Name Type Description
customMark CustomMark

A CustomMark object specifying a custom mark in the document.

See Also