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

ASPxClientGridToolbarItemClickEventArgs.usePostBack Property

Specifies whether a postback or a callback is used to finally process the event on the server side.

Declaration

usePostBack: boolean

Property Value

Type Description
boolean

true to perform the round trip to the server side via postback; false to perform the round trip to the server side via callback.

Remarks

Use the usePostBack property to specify whether a postback or a callback is used to finally process the event on the server side.

See Also