MVCxTreeList.IsCallback Property
Gets a value indicating whether the request is the result of a callback sent by the TreeList.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the request is the result of a callback sent by the TreeList; otherwise, false. |
See Also