Table of Contents

Class SplitContainer

Namespace: Casewhere.Models.Pages.Layouts.Filled
Assembly: Casewhere.Models.dll

Represents a split container in a filled layout.

public class SplitContainer : FilledContainer

Inheritance

objectFilledContainerSplitContainer

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<SplitContainer>(SplitContainer)

Constructors

SplitContainer()

public SplitContainer()

Properties

Containers

Gets or sets the list of filled containers within the split container.

public IList<FilledContainer> Containers { get; set; }

Property Value

IList<FilledContainer>