NBoomackClient
Show / Hide Table of Contents

Class GridPanelLayout

Inheritance
object
PanelLayout
GridPanelLayout
Implements
IEquatable<PanelLayout>
IEquatable<GridPanelLayout>
Inherited Members
PanelLayout.Title
PanelLayout.Theme
PanelLayout.ThemeVariation
PanelLayout.Style
PanelLayout.Script
PanelLayout.Requires
PanelLayout.Header
PanelLayout.HeaderTools
PanelLayout.ShowLogo
PanelLayout.Hidden
PanelLayout.Update
PanelLayout.DefaultSlot
PanelLayout.Equals(PanelLayout)
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Boomack.Client.Model
Assembly: NBoomackClient.dll
Syntax
public class GridPanelLayout : PanelLayout, IEquatable<PanelLayout>, IEquatable<GridPanelLayout>

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

Methods

Equals(GridPanelLayout)

Declaration
public bool Equals(GridPanelLayout other)
Parameters
Type Name Description
GridPanelLayout other
Returns
Type Description
bool

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
PanelLayout.Equals(object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
PanelLayout.GetHashCode()

Implements

System.IEquatable<T>
System.IEquatable<T>
In This Article
Back to top
Boomack Homepage