Skip to main content
A newer version of this page is available. .
Tab

GridViewProperties.EnableCallBacks Property

Manipulates the built-in ASPxGridView’s ASPxGridBase.EnableCallBacks property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(true)]
public bool EnableCallBacks { get; set; }

Property Value

Type Default Description
Boolean **true**

true if round trips to the server are performed using callbacks; false if postbacks are used.

See Also