Class StepGuide
- Namespace
- Dynamicweb.CoreUI.Layout
- Assembly
- Dynamicweb.CoreUI.dll
public sealed class StepGuide : UiComponentBase
- Inheritance
-
StepGuide
- Inherited Members
- Extension Methods
Properties
Query
public DataQueryBase? Query { get; set; }
Property Value
ScreenLoadMethod
public ShowScreen.LoadMethod ScreenLoadMethod { get; set; }
Property Value
ScreenType
public Type? ScreenType { get; set; }
Property Value
Steps
public IEnumerable<Column> Steps { get; set; }