Table of Contents

Class OpenSlideOverActionParameters

Namespace
Dynamicweb.CoreUI.Actions.Implementations
Assembly
Dynamicweb.CoreUI.dll
public sealed class OpenSlideOverActionParameters : NavigateScreenActionParameters
Inheritance
OpenSlideOverActionParameters
Inherited Members
Extension Methods

Constructors

OpenSlideOverActionParameters(string)

public OpenSlideOverActionParameters(string id)

Parameters

id string

OpenSlideOverActionParameters(Type)

public OpenSlideOverActionParameters(Type screenType)

Parameters

screenType Type

Properties

Id

public string Id { get; set; }

Property Value

string

NavigateByPost

public bool NavigateByPost { get; set; }

Property Value

bool

OnSelectAction

public ActionBase? OnSelectAction { get; set; }

Property Value

ActionBase
To top