Table of Contents

Class AssetContentSection.TabList

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public sealed class AssetContentSection.TabList : AssetContentSection
Inheritance
AssetContentSection.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<AssetContentSection.TextSection> Tabs { get; set; }

Property Value

IEnumerable<AssetContentSection.TextSection>