Skip to main content
Tab

GridViewProperties.EnableCallBacks Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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