Class TabPane
Namespace: Casewhere.Models.Pages.Widgets.TabContainer
Assembly: Casewhere.Models.dll
Represents a tab pane in a tab container.
public class TabPane
Inheritance
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
ClientVisibleRule
Gets or sets the client visible rule of the tab pane.
public string ClientVisibleRule { get; set; }
Property Value
Id
Gets or sets the unique identifier of the tab pane.
public Guid Id { get; set; }
Property Value
Layout
Gets or sets the layout of the tab pane.
public Layout Layout { get; set; }
Property Value
ResponsiveModes
public IList<string> ResponsiveModes { get; set; }
Property Value
SequenceNumber
Gets or sets the sequence number of the tab pane.
public short SequenceNumber { get; set; }
Property Value
TabIcon
public string TabIcon { get; set; }
Property Value
Template
Gets or sets the template of the tab pane.
public TabPaneTemplate Template { get; set; }
Property Value
Title
Gets or sets the title of the tab pane.
public string Title { get; set; }
Property Value
VisibleRule
Gets or sets the visible rule of the tab pane.
public VisibleRule VisibleRule { get; set; }