Class ScreenTypeBase NamespaceDynamicweb.CoreUI.Screens AssemblyDynamicweb.CoreUI.dll public abstract class ScreenTypeBase : UiComponentBase Inheritance object UiComponentBase ScreenTypeBase Derived DefaultScreen DialogScreen OutputViewerScreen SlideOverScreen VisualEditorScreen 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 BaseScreenType public Type? BaseScreenType { get; set; } Property Value Type Layout public ScreenLayout? Layout { get; set; } Property Value ScreenLayout