Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PanelModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PanelModel

    Defines the PanelModel class for Panel

    Inheritance
    System.Object
    PanelModel
    Namespace: Syncfusion.Blazor.Layouts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PanelModel : Object

    Constructors

    PanelModel()

    Declaration
    public PanelModel()

    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

    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

    Header

    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

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved