NBoomackClient
Show / Hide Table of Contents

Class GridPanelLayout

Inheritance
object
PanelLayout
GridPanelLayout
Inherited Members
PanelLayout.Title
PanelLayout.Theme
PanelLayout.Style
PanelLayout.Script
PanelLayout.Header
PanelLayout.DefaultSlot
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Boomack.Client.Model
Assembly: NBoomackClient.dll
Syntax
public class GridPanelLayout : PanelLayout

Properties

Grid

Declaration
public GridLayout Grid { get; set; }
Property Value
Type Description
GridLayout

Slots

Declaration
public IDictionary<string, GridSlot> Slots { get; set; }
Property Value
Type Description
IDictionary<string, GridSlot>

Type

Declaration
public override string Type { get; }
Property Value
Type Description
string
Overrides
PanelLayout.Type
In This Article
Back to top
Boomack Homepage