Skip to main content

CustomMark.UserData Property

Gets data used to visualize a custom mark.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v24.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

object UserData { get; }

Property Value

Type Description
Object

An object consisting of custom data required to draw a mark.

Remarks

User data are attached to the custom mark when it is created via the CustomMarkCollection.Create method. Then, it can be used in the RichEditControl.CustomMarkDraw event handler.

See Also