NBoomackClient
Show / Hide Table of Contents

Class DocumentPanelLayout

Inheritance
object
PanelLayout
DocumentPanelLayout
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 DocumentPanelLayout : PanelLayout

Properties

Document

Declaration
public DocumentLayout Document { get; set; }
Property Value
Type Description
DocumentLayout

Slots

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

Type

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