Class TabContainerWidget
Namespace: Casewhere.Models.Pages.Widgets.TabContainer
Assembly: Casewhere.Models.dll
Represents a widget that displays a tabbed container.
public class TabContainerWidget : Widget, IIdentity, IContainerWidget
Inheritance
object ← Entity ← Widget ← TabContainerWidget
Implements
IIdentity, IContainerWidget
Inherited Members
Widget.GetResourceName(), Widget.Name, Widget.Title, Widget.ProductId, Widget.RequireCaseContext, Widget.ShowInPanel, Widget.Collapsible, Widget.Reusable, Widget.Height, Widget.AutoHeightMode, Widget.EnableFiltering, Widget.EnableFullTextSearch, Widget.EnableRefresh, Widget.Actions, Widget.DataSourceId, Widget.Query, Widget.ProjectFields, Widget.Modes, Widget.RowTemplate, Widget.Type, Widget.AccessRule, Widget.Tags, Widget.EnableInheritedSecurityRules, Widget.AccessibilitySettings, Widget.ParallelDataLoading, Widget.IsLocked, Entity.GetResourceName(), Entity.Id, Entity.Version, Entity.CreatedBy, Entity.CreatedAt, Entity.ModifiedBy, Entity.ModifiedAt, 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<TabContainerWidget>(TabContainerWidget)
Constructors
TabContainerWidget()
public TabContainerWidget()
Properties
BorderVisible
Gets or sets a value indicating whether the border is visible in the tab container.
public bool BorderVisible { get; set; }
Property Value
Tabs
Gets or sets the list of tab panes in the tab container.
public IList<TabPane> Tabs { get; set; }
Property Value
Type
Gets the type of the widget.
public override string Type { get; }