Try our conversational search powered by Generative AI!

Class PropertyTableRowEventArgs

Event argument used in PropertyDataCollectionControl when building the System.Web.UI.HtmlControls.HtmlTable within.

Inheritance
System.Object
System.EventArgs
PropertyTableRowEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public class PropertyTableRowEventArgs : EventArgs

Constructors

PropertyTableRowEventArgs(String, HtmlTableRow)

Initializes a new instance of the PropertyTableRowEventArgs class.

Declaration
public PropertyTableRowEventArgs(string propertyName, HtmlTableRow tableRow)
Parameters
Type Name Description
System.String propertyName

Name of the property added.

System.Web.UI.HtmlControls.HtmlTableRow tableRow

The table row added.

Properties

PropertyName

Gets the name of the property added to the TableRow.

Declaration
public string PropertyName { get; }
Property Value
Type Description
System.String

The name of the property.

TableRow

Gets the table row added.

Declaration
public HtmlTableRow TableRow { get; }
Property Value
Type Description
System.Web.UI.HtmlControls.HtmlTableRow

Extension Methods