Class ValueCell NamespaceDynamicweb.CoreUI.Lists AssemblyDynamicweb.CoreUI.dll public sealed class ValueCell : Cell Inheritance object UiComponentBase Cell ValueCell 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?) Constructors ValueCell(string, string) public ValueCell(string value, string cellValueType) Parameters value string cellValueType string Properties CellValue public string CellValue { get; } Property Value string CellValueType public override string CellValueType { get; } Property Value string