Table of Contents

Class LayoutContentSection.TabList

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public sealed class LayoutContentSection.TabList : LayoutContentSection
Inheritance
LayoutContentSection.TabList
Inherited Members
Extension Methods

Constructors

TabList(string)

public TabList(string id)

Parameters

id string

Properties

ControlPath

public override string ControlPath { get; }

Property Value

string

Tabs

public IEnumerable<LayoutContentSection.TextSection> Tabs { get; set; }

Property Value

IEnumerable<LayoutContentSection.TextSection>