Skip to main content

MVCxSpreadsheet.IsInternalServiceCallback() Method

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public override bool IsInternalServiceCallback()

Returns

Type Description
Boolean

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

See Also