Table of Contents

Class Switch

Namespace
Dynamicweb.CoreUI.Editors.Inputs
Assembly
Dynamicweb.CoreUI.dll
public class Switch : Checkbox
Inheritance
Switch
Inherited Members
Extension Methods

Properties

OnToggleOffAction

public ActionBase? OnToggleOffAction { get; set; }

Property Value

ActionBase

OnToggleOnAction

public ActionBase? OnToggleOnAction { get; set; }

Property Value

ActionBase
To top