Class PresetSelectorContainer
- Namespace
- Dynamicweb.CoreUI.Layout
- Assembly
- Dynamicweb.CoreUI.dll
public sealed class PresetSelectorContainer : UiComponentBase
- Inheritance
-
PresetSelectorContainer
- Inherited Members
- Extension Methods
Properties
EmptyStateSubtitle
public string EmptyStateSubtitle { get; set; }
Property Value
EmptyStateTitle
public string EmptyStateTitle { get; set; }
Property Value
Layout
public PresetSelectorContainer.PresetSelectorLayout Layout { get; set; }
Property Value
PresetsByCategories
public IEnumerable<ListBase.ListOptionGroup>? PresetsByCategories { get; set; }
Property Value
SubNavigationOptions
public IEnumerable<ListBase.ListOption> SubNavigationOptions { get; set; }
Property Value
SubNavigationTitle
public string SubNavigationTitle { get; set; }