Skip to main content

CustomMark.UserData Property

Gets data used to visualize a custom mark.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

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