Class Frames
Inheritance
System.Object
Frames
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class Frames : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
Frames()
Declaration
Fields
Declaration
protected ToolButton AddRowButton
Field Value
deleteCommon
Declaration
protected ScriptSettings deleteCommon
Field Value
Grid
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.DataGrid |
|
Methods
AddNewRow(Object, EventArgs)
Declaration
protected void AddNewRow(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Declaration
protected bool ButtonEnabled(int rowIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
rowIndex |
|
Returns
Type |
Description |
System.Boolean |
|
CancelEditing(Object, DataGridCommandEventArgs)
Declaration
protected void CancelEditing(object sender, DataGridCommandEventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.Web.UI.WebControls.DataGridCommandEventArgs |
e |
|
DeleteRow(Object, DataGridCommandEventArgs)
Declaration
protected void DeleteRow(object sender, DataGridCommandEventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.Web.UI.WebControls.DataGridCommandEventArgs |
e |
|
EditRow(Object, DataGridCommandEventArgs)
Declaration
protected void EditRow(object sender, DataGridCommandEventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.Web.UI.WebControls.DataGridCommandEventArgs |
e |
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
SaveRow(Object, DataGridCommandEventArgs)
Declaration
protected void SaveRow(object sender, DataGridCommandEventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.Web.UI.WebControls.DataGridCommandEventArgs |
e |
|
Implements
Extension Methods