CheckBoxField::InitializeDataCell Method (DataControlFieldCell^, DataControlRowState)

 

Initializes the specified DataControlFieldCell object to the specified row state.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void InitializeDataCell(
	DataControlFieldCell^ cell,
	DataControlRowState rowState
) override

The InitializeDataCell method is a helper method used to initialize a cell in the CheckBoxField object.

.NET Framework
Available since 2.0
Return to top
Show: