C# Class DynamicData.BooleanField

Inheritance: System.Web.DynamicData.FieldTemplateUserControl
Show file Open project: anurse/ReviewR

Protected Properties

Property Type Description
CheckBox1 global::System.Web.UI.WebControls.CheckBox

Protected Methods

Method Description
OnDataBinding ( EventArgs e ) : void

Method Details

OnDataBinding() protected method

protected OnDataBinding ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

CheckBox1 protected property

protected global::System.Web.UI.WebControls.CheckBox CheckBox1
return global::System.Web.UI.WebControls.CheckBox