Try our conversational search powered by Generative AI!

Class DynamicRow

Inheritance
System.Object
DynamicRow
Namespace: EPiServer.UI.WebControls
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class DynamicRow : TableRow

Constructors

DynamicRow()

Declaration
public DynamicRow()

Properties

Expanded

Declaration
public bool Expanded { get; set; }
Property Value
Type Description
System.Boolean

Floating

Declaration
public bool Floating { get; set; }
Property Value
Type Description
System.Boolean

RequiredHeight

Declaration
public int RequiredHeight { get; set; }
Property Value
Type Description
System.Int32

Methods

CreateChildControls()

Declaration
protected override void CreateChildControls()

Extension Methods