Class SlideOver
- Namespace
- Dynamicweb.CoreUI.Layout
- Assembly
- Dynamicweb.CoreUI.dll
public sealed class SlideOver : UiComponentBase
- Inheritance
-
SlideOver
- Inherited Members
-
- Extension Methods
-
Properties
Actions
public IEnumerable<ActionNode> Actions { get; set; }
Property Value
- IEnumerable<ActionNode>
Content
public UiComponentBase? Content { get; set; }
Property Value
- UiComponentBase
Id
public string Id { get; set; }
Property Value
- string
IsLoadedAsync
public bool IsLoadedAsync { get; set; }
Property Value
- bool
OnFirstShowAction
public ActionBase? OnFirstShowAction { get; set; }
Property Value
- ActionBase
SlideInFrom
public SlideOver.Direction SlideInFrom { get; set; }
Property Value
- SlideOver.Direction
Title
public string Title { get; set; }
Property Value
- string