Skip to main content
All docs
V25.2
  • 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

    public ASPxRichEdit Editor { get; }

    Property Value

    Type Description
    ASPxRichEdit

    An ASPxRichEdit control instance.

    Remarks

    Use the Editor property to access the ASPxRichEdit control instance in URL validation handlers.

    See Also