menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DashboardLayoutPanel - API Reference

    Show / Hide Table of Contents

    Class DashboardLayoutPanel

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    DashboardLayoutPanel
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    [HtmlAttributeName("col")]
    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
    [HtmlAttributeName("content")]
    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 Description
    MvcTemplate<System.Object>

    CssClass

    Defines the CSS class name that can be appended with each panel element.

    Declaration
    [HtmlAttributeName("cssClass")]
    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
    [HtmlAttributeName("enabled")]
    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
    [HtmlAttributeName("header")]
    public string Header { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Id

    Defines the id of the panel.

    Declaration
    [HtmlAttributeName("id")]
    public override string Id { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Overrides
    EJTagHelper.Id

    MaxSizeX

    Specifies the maximum width of the panel in cells count.

    Declaration
    [HtmlAttributeName("maxSizeX")]
    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
    [HtmlAttributeName("maxSizeY")]
    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
    [HtmlAttributeName("minSizeX")]
    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
    [HtmlAttributeName("minSizeY")]
    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
    [HtmlAttributeName("row")]
    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
    [HtmlAttributeName("sizeX")]
    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
    [HtmlAttributeName("sizeY")]
    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
    [HtmlAttributeName("zIndex")]
    public double ZIndex { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 1000

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved