Table of Contents

Class ScreenLayoutTab

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

Properties

Id

public int Id { get; set; }

Property Value

int

Name

public string Name { get; set; }

Property Value

string

Order

public int Order { get; set; }

Property Value

int

ScreenLayoutId

public int ScreenLayoutId { get; set; }

Property Value

int
To top