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.1.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

void Remove(
    CustomMark customMark
)

Parameters

Name Type Description
customMark CustomMark

A CustomMark object specifying a custom mark in the document.

See Also