Table of Contents

Class ScreenLayoutGroup

Namespace
Dynamicweb.CoreUI.Data.ScreenLayouts
Assembly
Dynamicweb.CoreUI.dll
public sealed class ScreenLayoutGroup
Inheritance
ScreenLayoutGroup
Inherited Members

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<ScreenLayoutEditor> editors { get; set; }

Property Value

IEnumerable<ScreenLayoutEditor>
To top