NBoomackClient
Show / Hide Table of Contents

Class PanelLayout

Inheritance
object
PanelLayout
DocumentPanelLayout
GridPanelLayout
Inherited Members
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 abstract class PanelLayout

Properties

DefaultSlot

Declaration
public string DefaultSlot { get; set; }
Property Value
Type Description
string

Header

Declaration
public bool? Header { get; set; }
Property Value
Type Description
bool?

Script

Declaration
public string Script { get; set; }
Property Value
Type Description
string

Style

Declaration
public string Style { get; set; }
Property Value
Type Description
string

Theme

Declaration
public string Theme { get; set; }
Property Value
Type Description
string

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
string

Type

Declaration
public abstract string Type { get; }
Property Value
Type Description
string
In This Article
Back to top
Boomack Homepage