ASPxRichEditUrlValidationContext.Editor Property
Gets the ASPxRichEdit control that initiated the URL validation.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v25.2.dll
NuGet Package: DevExpress.Web.Office
Declaration
Property Value
| Type | Description |
|---|---|
| ASPxRichEdit | An |
Remarks
Use the Editor property to access the ASPxRichEdit control instance in URL validation handlers.
See Also