ASPxClientGridToolbarItemClickEventArgs.usePostBack Property
In This Article
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 |
|
#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