API ReferenceSandbox.UI

SwitchControlclass

objectBaseControlSwitchControl
Namespace
Sandbox.UI
Assembly
Base Library
Declaration
public class Sandbox.UI.SwitchControl : Sandbox.UI.BaseControl

Constructors1

Showing 1 constructors

Methods2

Showing 2 methods

protected virtual void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)PROTECTEDVIRTUAL

ParameterTypeDescription
__builderRenderTreeBuilder
Returns:void

Properties4

Showing 4 properties

public Microsoft.AspNetCore.Components.RenderFragment Sandbox.UI.SwitchControl.Label { get; set; }PUBLICGETSET

Returns:RenderFragment

public System.Action`1<bool> Sandbox.UI.SwitchControl.OnValueChanged { get; set; }PUBLICGETSET

Returns:Action<bool>

public virtual bool Sandbox.UI.SwitchControl.SupportsMultiEdit { get; set; }PUBLICVIRTUALGETSET

Returns:bool

public bool Sandbox.UI.SwitchControl.Value { get; set; }PUBLICGETSET

Returns:bool

On this page