Table of Contents

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

DataQueryBase

ScreenLoadMethod

public ShowScreen.LoadMethod ScreenLoadMethod { get; set; }

Property Value

ShowScreen.LoadMethod

ScreenType

public Type? ScreenType { get; set; }

Property Value

Type

Steps

public IEnumerable<Column> Steps { get; set; }

Property Value

IEnumerable<Column>
To top