Inheritance diagram for Anthem.ICallBackContainerControl:
Properties | |
bool | AddCallBacks [get, set] |
Gets or sets a value indicating whether the control should convert child control postbacks into callbacks. |
Definition at line 11 of file ICallBackContainerControl.cs.
bool Anthem.ICallBackContainerControl.AddCallBacks [get, set] |
Gets or sets a value indicating whether the control should convert child control postbacks into callbacks.
true if the control should convert child control postbacks to callbacks; otherwise, false. The default is true.
Only controls that Anthem.Manager recognizes will be converted.
Implemented in Anthem.DataGrid, Anthem.DataList, Anthem.DetailsView, Anthem.FormView, Anthem.GridView, Anthem.Panel, Anthem.PlaceHolder, Anthem.Repeater, and Anthem.Table.
Definition at line 24 of file ICallBackContainerControl.cs.