Class DynamicRow
Inheritance
System.Object
DynamicRow
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class DynamicRow : TableRow
Constructors
DynamicRow()
Declaration
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