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

CustomMarkCollection.Remove(CustomMark) Method

Removes the specified custom mark from the collection.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v21.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