Table of Contents

Class EditorLayoutGroup

Namespace
Dynamicweb.CoreUI.Data.EditorLayouts
Assembly
Dynamicweb.CoreUI.dll
public sealed class EditorLayoutGroup
Inheritance
EditorLayoutGroup
Inherited Members

Constructors

EditorLayoutGroup()

public EditorLayoutGroup()

Properties

Id

public int Id { get; set; }

Property Value

int

IsCatchAll

public bool IsCatchAll { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string

Order

public int Order { get; set; }

Property Value

int

TabId

public int TabId { get; set; }

Property Value

int

editors

public IEnumerable<EditorLayoutEditor> editors { get; set; }

Property Value

IEnumerable<EditorLayoutEditor>
To top