Class DashboardLayout
Inheritance
System.Object
DashboardLayout
Assembly: Syncfusion.EJ2.dll
Syntax
public class DashboardLayout : EJTagHelper
Constructors
DashboardLayout()
Declaration
Properties
AllowDragging
If allowDragging is set to true, then the DashboardLayout allows you to drag and reorder the panels.
Declaration
public bool AllowDragging { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowFloating
If allowFloating is set to true, then the DashboardLayout automatically move the panels upwards to fill the empty available
cells while dragging or resizing the panels.
Declaration
public bool AllowFloating { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowResizing
If allowResizing is set to true, then the DashboardLayout allows you to resize the panels.
Declaration
public bool AllowResizing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CellAspectRatio
Defines the cell aspect ratio of the panel.
Declaration
public double CellAspectRatio { get; set; }
Property Value
Type |
Description |
System.Double |
|
CellSpacing
Defines the spacing between the panels.
Declaration
public double[] CellSpacing { get; set; }
Property Value
Type |
Description |
System.Double[] |
|
Change
Triggers whenever the panels positions are changed.
Declaration
public string Change { get; set; }
Property Value
Type |
Description |
System.String |
|
ClassName
Declaration
protected override string ClassName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Columns
Defines the number of columns to be created in the DashboardLayout.
Declaration
public double Columns { get; set; }
Property Value
Type |
Description |
System.Double |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Created
Triggers when Dashboard Layout is created.
Declaration
public string Created { get; set; }
Property Value
Type |
Description |
System.String |
|
Destroyed
Triggers when Dashboard Layout is destroyed.
Declaration
public string Destroyed { get; set; }
Property Value
Type |
Description |
System.String |
|
Drag
Triggers while a panel is dragged continuously.
Declaration
public string Drag { get; set; }
Property Value
Type |
Description |
System.String |
|
DraggableHandle
Defines the draggable handle selector which will act as dragging handler for the panels.
Declaration
public string DraggableHandle { get; set; }
Property Value
Type |
Description |
System.String |
|
DragStart
Triggers when a panel is about to drag.
Declaration
public string DragStart { get; set; }
Property Value
Type |
Description |
System.String |
|
DragStop
Triggers when a dragged panel is dropped.
Declaration
public string DragStop { get; set; }
Property Value
Type |
Description |
System.String |
|
EnableHtmlSanitizer
Defines whether to allow the cross-scripting site or not.
Declaration
public bool EnableHtmlSanitizer { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnablePersistence
Enable or disable persisting component's state between page reloads.
Declaration
public bool EnablePersistence { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRtl
Enable or disable rendering component in right to left direction.
Declaration
public bool EnableRtl { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HtmlAttributes
Allows additional HTML attributes such as title, name, etc., and
accepts n number of attributes in a key-value pair format.
Declaration
public object HtmlAttributes { get; set; }
Property Value
Type |
Description |
System.Object |
|
IsFor
Declaration
protected override bool IsFor { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Defines the media query value where the dashboardlayout becomes stacked layout when the resolution meets.
Declaration
public string MediaQuery { get; set; }
Property Value
Type |
Description |
System.String |
|
NameSpace
Declaration
protected override string NameSpace { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Panels
Defines the panels property of the DashboardLayout component.
Declaration
public List<DashboardLayoutPanel> Panels { get; set; }
Property Value
ResizableHandles
Defines the resizing handles directions used for resizing the panels.
Declaration
public string[] ResizableHandles { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Resize
Triggers when a panel is being resized continuously.
Declaration
public string Resize { get; set; }
Property Value
Type |
Description |
System.String |
|
ResizeStart
Triggers when a panel is about to resize.
Declaration
public string ResizeStart { get; set; }
Property Value
Type |
Description |
System.String |
|
ResizeStop
Triggers when a panel resize ends.
Declaration
public string ResizeStop { get; set; }
Property Value
Type |
Description |
System.String |
|
ShowGridLines
Enables or disables the grid lines for the Dashboard Layout panels.
Declaration
public bool ShowGridLines { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TagName
Declaration
protected override string TagName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides