Anthem.ICallBackContainerControl Interface Reference

Controls that implement this interface act as a container for other controls that may generate postbacks. When AddCallBacks is true, this control will inject callbacks into all the child controls. More...

Inheritance diagram for Anthem.ICallBackContainerControl:

Anthem.DataGrid Anthem.DataList Anthem.DetailsView Anthem.FormView Anthem.GridView Anthem.Panel Anthem.PlaceHolder Anthem.Repeater Anthem.Table List of all members.

Properties

bool AddCallBacks [get, set]
 Gets or sets a value indicating whether the control should convert child control postbacks into callbacks.

Detailed Description

Controls that implement this interface act as a container for other controls that may generate postbacks. When AddCallBacks is true, this control will inject callbacks into all the child controls.

Definition at line 11 of file ICallBackContainerControl.cs.


Property Documentation

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.


The documentation for this interface was generated from the following file:
Generated on Wed Mar 14 23:50:40 2007 for Anthem by  doxygen 1.5.1-p1