Skip to main content

ASPxClientGridToolbarItemClickEventArgs.usePostBack Property

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

#Declaration

TypeScript
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