Class StepGuide NamespaceDynamicweb.CoreUI.Layout AssemblyDynamicweb.CoreUI.dll public sealed class StepGuide : UiComponentBase Inheritance object UiComponentBase StepGuide Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.ReferenceEquals(object, object) object.ToString() Extension Methods ComponentExtensions.GetAll<TComponent>(UiComponentBase) ComponentExtensions.GetOrAddTab(UiComponentBase, string) ComponentExtensions.Get<TComponent>(UiComponentBase) ComponentExtensions.Get<TComponent>(UiComponentBase, Func<TComponent, bool>) ComponentExtensions.Has<TComponent>(UiComponentBase) ComponentExtensions.TryGet<TComponent>(UiComponentBase, out TComponent?) 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>