Class StackCell NamespaceDynamicweb.CoreUI.Lists AssemblyDynamicweb.CoreUI.dll public sealed class StackCell : Cell Inheritance object UiComponentBase Cell StackCell Inherited Members Cell.Action Cell.Value Cell.State Cell.IsStateIndicator Cell.MakeCell(object) Cell.MakeToggleCell(bool, ActionBase, ActionBase) Cell.MakeCell(object, ActionBase) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.ReferenceEquals(object, object) object.ToString() Extension Methods ComponentExtensions.GetAll<TComponent>(UiComponentBase) ComponentExtensions.GetOrAddTab(UiComponentBase, string) ComponentExtensions.Get<TComponent>(UiComponentBase) ComponentExtensions.Get<TComponent>(UiComponentBase, Func<TComponent, bool>) ComponentExtensions.Has<TComponent>(UiComponentBase) ComponentExtensions.TryGet<TComponent>(UiComponentBase, out TComponent?) Properties CellValueType public override string CellValueType { get; } Property Value string Cells public IList<Cell> Cells { get; } Property Value IList<Cell>