Table of Contents

Class TabPane

Namespace: Casewhere.Models.Pages.Widgets.TabContainer
Assembly: Casewhere.Models.dll

Represents a tab pane in a tab container.

public class TabPane

Inheritance

objectTabPane

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<TabPane>(TabPane)

Constructors

TabPane()

public TabPane()

Properties

AlwaysInMenu

public bool AlwaysInMenu { get; set; }

Property Value

bool

ClientVisibleRule

Gets or sets the client visible rule of the tab pane.

public string ClientVisibleRule { get; set; }

Property Value

string

Id

Gets or sets the unique identifier of the tab pane.

public Guid Id { get; set; }

Property Value

Guid

Layout

Gets or sets the layout of the tab pane.

public Layout Layout { get; set; }

Property Value

Layout

ResponsiveModes

public IList<string> ResponsiveModes { get; set; }

Property Value

IList<string>

SequenceNumber

Gets or sets the sequence number of the tab pane.

public short SequenceNumber { get; set; }

Property Value

short

TabIcon

public string TabIcon { get; set; }

Property Value

string

Template

Gets or sets the template of the tab pane.

public TabPaneTemplate Template { get; set; }

Property Value

TabPaneTemplate

Title

Gets or sets the title of the tab pane.

public string Title { get; set; }

Property Value

string

VisibleRule

Gets or sets the visible rule of the tab pane.

public VisibleRule VisibleRule { get; set; }

Property Value

VisibleRule