Class PresetSelectorContainer NamespaceDynamicweb.CoreUI.Layout AssemblyDynamicweb.CoreUI.dll public sealed class PresetSelectorContainer : UiComponentBase Inheritance object UiComponentBase PresetSelectorContainer Inherited Members 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 EmptyStateSubtitle public string EmptyStateSubtitle { get; set; } Property Value string EmptyStateTitle public string EmptyStateTitle { get; set; } Property Value string Layout public PresetSelectorContainer.PresetSelectorLayout Layout { get; set; } Property Value PresetSelectorContainer.PresetSelectorLayout PresetsByCategories public IEnumerable<ListBase.ListOptionGroup>? PresetsByCategories { get; set; } Property Value IEnumerable<ListBase.ListOptionGroup> SubNavigationOptions public IEnumerable<ListBase.ListOption> SubNavigationOptions { get; set; } Property Value IEnumerable<ListBase.ListOption> SubNavigationTitle public string SubNavigationTitle { get; set; } Property Value string