C# Class Aspose.Cells.GridWeb.Examples.CSharp.GridWebBasics.ApplyEditModes

Inheritance: System.Web.UI.Page
Exibir arquivo Open project: aspose-cells/Aspose.Cells-for-.NET

Protected Properties

Property Type Description
CheckBox1 global::System.Web.UI.WebControls.CheckBox
CheckBox2 global::System.Web.UI.WebControls.CheckBox
CheckBox3 global::System.Web.UI.WebControls.CheckBox
GridWeb1 global::Aspose.Cells.GridWeb.GridWeb
Label1 global::System.Web.UI.WebControls.Label
Label2 global::System.Web.UI.WebControls.Label
Panel2 global::System.Web.UI.WebControls.Panel
Panel3 global::System.Web.UI.WebControls.Panel
TextBox1 global::System.Web.UI.WebControls.TextBox
TextBox2 global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
CheckBox1_CheckedChanged ( object sender, EventArgs e ) : void
CheckBox2_CheckedChanged ( object sender, EventArgs e ) : void
CheckBox3_CheckedChanged ( object sender, EventArgs e ) : void
GridWeb1_SaveCommand ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

CheckBox1_CheckedChanged() protected method

protected CheckBox1_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

CheckBox2_CheckedChanged() protected method

protected CheckBox2_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

CheckBox3_CheckedChanged() protected method

protected CheckBox3_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

GridWeb1_SaveCommand() protected method

protected GridWeb1_SaveCommand ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

CheckBox1 protected_oe property

CheckBox1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox CheckBox1
return global::System.Web.UI.WebControls.CheckBox

CheckBox2 protected_oe property

CheckBox2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox CheckBox2
return global::System.Web.UI.WebControls.CheckBox

CheckBox3 protected_oe property

CheckBox3 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox CheckBox3
return global::System.Web.UI.WebControls.CheckBox

GridWeb1 protected_oe property

GridWeb1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Aspose.Cells.GridWeb.GridWeb GridWeb1
return global::Aspose.Cells.GridWeb.GridWeb

Label1 protected_oe property

Label1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label1
return global::System.Web.UI.WebControls.Label

Label2 protected_oe property

Label2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label2
return global::System.Web.UI.WebControls.Label

Panel2 protected_oe property

Panel2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel Panel2
return global::System.Web.UI.WebControls.Panel

Panel3 protected_oe property

Panel3 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel Panel3
return global::System.Web.UI.WebControls.Panel

TextBox1 protected_oe property

TextBox1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox TextBox1
return global::System.Web.UI.WebControls.TextBox

TextBox2 protected_oe property

TextBox2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox TextBox2
return global::System.Web.UI.WebControls.TextBox