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
- string
EmptyStateTitle
public string EmptyStateTitle { get; set; }
Property Value
- string
Layout
public PresetSelectorContainer.PresetSelectorLayout Layout { get; set; }
Property Value
- PresetSelectorContainer.PresetSelectorLayout
NavigationOptions
public IEnumerable<ListBase.ListOption> NavigationOptions { get; set; }
Property Value
- IEnumerable<ListBase.ListOption>
Presets
public IEnumerable<ListBase.ListOption> Presets { get; set; }
Property Value
- IEnumerable<ListBase.ListOption>
SelectedNavigationOption
public string SelectedNavigationOption { get; set; }
Property Value
- string
SubNavigationOptions
public IEnumerable<ListBase.ListOption> SubNavigationOptions { get; set; }
Property Value
- IEnumerable<ListBase.ListOption>
SubNavigationTitle
public string SubNavigationTitle { get; set; }
Property Value
- string