Class Column NamespaceDynamicweb.CoreUI.Lists AssemblyDynamicweb.CoreUI.dll public class Column : UiComponentBase Inheritance object UiComponentBase Column Derived GridColumn Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() 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 Header public string Header { get; set; } Property Value string IsSortable public bool IsSortable { get; set; } Property Value bool Name public string Name { get; set; } Property Value string SystemName public string? SystemName { get; set; } Property Value string