A newer version of this page is available.
Switch to the current version.
ASPxRichEdit.IsInternalServiceCallback() Method
Gets a value indicating whether an internal service callback is being currently processed.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v18.2.dll
Declaration
public virtual bool IsInternalServiceCallback()
Public Overridable Function IsInternalServiceCallback As Boolean
Returns
Type | Description |
---|---|
Boolean | true, if the processed callback is an internal service callback of the ASPxRichEdit; otherwise, false. |
See Also
Feedback