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

CustomMark.UserData Property

Gets data used to visualize a custom mark.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

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 SubDocument.CreateCustomMark method. Then, it can be used in the RichEditControl.CustomMarkDraw event handler.

See Also