Try our conversational search powered by Generative AI!

Class Frames

Inheritance
System.Object
Frames
Namespace: EPiServer.UI.Admin
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class Frames : WebFormsBase, ISupportsScriptManager, ISystemMessageSink

Constructors

Frames()

Declaration
public Frames()

Fields

AddRowButton

Declaration
protected ToolButton AddRowButton
Field Value
Type Description
ToolButton

deleteCommon

Declaration
protected ScriptSettings deleteCommon
Field Value
Type Description
ScriptSettings

Grid

Declaration
protected DataGrid Grid
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

ButtonEnabled(Int32)

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