ASPxWebControl.IsCallback Property
Gets a value indicating whether the request is the result of a callback sent by the control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public virtual bool IsCallback { get; }
Public Overridable ReadOnly Property IsCallback As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if the request is the result of a callback sent by the control; otherwise, false. |
See Also
Feedback