Class DashboardLayoutPanel
Inheritance
Namespace: Syncfusion.EJ2.Layouts
Assembly: Syncfusion.EJ2.dll
Syntax
public class DashboardLayoutPanel : EJTagHelper
Constructors
DashboardLayoutPanel()
Declaration
public DashboardLayoutPanel()
Properties
Col
Defines the column value where the panel to be placed.
Declaration
public int Col { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The default value is 0 |
Content
Defines the template value that should be displayed as the panel's content.
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
CssClass
Defines the CSS class name that can be appended with each panel element.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Enabled
Defines whether to the panel should be enabled or not.
Declaration
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
Header
Defines the template value that should be displayed as the panel's header.
Declaration
public string Header { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Id
Defines the id of the panel.
Declaration
public override string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Overrides
MaxSizeX
Specifies the maximum width of the panel in cells count.
Declaration
public int MaxSizeX { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The default value is null |
MaxSizeY
Specifies the maximum height of the panel in cells count.
Declaration
public int MaxSizeY { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The default value is null |
MinSizeX
Specifies the minimum width of the panel in cells count.
Declaration
public double MinSizeX { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
MinSizeY
Specifies the minimum height of the panel in cells count.
Declaration
public double MinSizeY { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
Row
Defines a row value where the panel should be placed.
Declaration
public int Row { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The default value is 0 |
SizeX
Specifies the width of the panel in the layout in cells count.
Declaration
public double SizeX { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
SizeY
Specifies the height of the panel in the layout in cells count.
Declaration
public double SizeY { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
ZIndex
Specifies the z-index of the panel
Declaration
public double ZIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1000 |