Class DashboardLayoutPanel
Specifies the DashboardLayoutPanel.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
DashboardLayoutPanel
Assembly: Syncfusion.Blazor.dll
Syntax
public class DashboardLayoutPanel : SfBaseComponent
Constructors
DashboardLayoutPanel()
Declaration
public DashboardLayoutPanel()
Properties
AllowDragging
Defines the dragging panel.
Declaration
public bool AllowDragging { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Col
Defines the column value where the panel to be placed.
Declaration
public int Col { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Column
Defines the column value where the panel to be placed.
Declaration
public int Column { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Content
Defines the template value that should be displayed as the panel's content.
Declaration
public RenderFragment Content { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
ContentTemplate
Defines the ContentTemplate of the panels.
Declaration
public RenderFragment ContentTemplate { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
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 |
|
Enabled
Defines whether to the panel should be enabled or not.
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Defines the template value that should be displayed as the panel's header.
Declaration
public RenderFragment Header { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
Defines the HeaderTemplate of the panels.
Declaration
public RenderFragment HeaderTemplate { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
Id
Defines the id of the panel.
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
MaxSizeX
Specifies the maximum width of the panel in cells count.
Declaration
public Nullable<int> MaxSizeX { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
MaxSizeY
Specifies the maximum height of the panel in cells count.
Declaration
public Nullable<int> MaxSizeY { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
MinSizeX
Specifies the minimum width of the panel in cells count.
Declaration
public int MinSizeX { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MinSizeY
Specifies the minimum height of the panel in cells count.
Declaration
public int MinSizeY { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Row
Defines a row value where the panel should be placed.
Declaration
public int Row { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SizeX
Specifies the width of the panel in the layout in cells count.
Declaration
public int SizeX { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SizeY
Specifies the height of the panel in the layout in cells count.
Declaration
public int SizeY { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ZIndex
Specifies the z-index of the panel
Declaration
public double ZIndex { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
GetIdValues(DashboardLayoutPanel)
Declaration
protected void GetIdValues(DashboardLayoutPanel panel)
Parameters
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|