Skip to main content

ASPxRichEdit.IsInternalServiceCallback() Method

In This Article

Gets a value indicating whether an internal service callback is being currently processed.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll

NuGet Package: DevExpress.Web.Office

#Declaration

public virtual bool IsInternalServiceCallback()

#Returns

Type Description
Boolean

true, if the processed callback is an internal service callback of the ASPxRichEdit; otherwise, false.

See Also