BootstrapClientTabControlTabCancelEventArgs.reloadContentOnCallback Property
Gets or sets a value specifying whether a callback should be sent to the server to reload the content of the page being activated.
Declaration
reloadContentOnCallback: boolean
Property Value
Type | Description |
---|---|
boolean | true, to reload the page’s content; otherwise, false. |
Remarks
If a BootstrapPageControl‘s ASPxPageControl.EnableCallBacks property is true, the reloadContentOnCallback property can be set to true within a handler of the ASPxClientTabControlBase.ActiveTabChanging client event to specify whether the activated page’s content should be reloaded using a callback.
See Also