Skip to main content

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

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

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