ASPxClientGridViewContextMenuItemClickEventArgs.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 |
|
Remarks
This property is in effect when the ASPxClientProcessingModeEventArgs.processOnServer is set to true. 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