CustomMark.UserData Property
Gets data used to visualize a custom mark.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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