API ReferenceSandbox.UI
public class Sandbox.UI.SwitchControl : Sandbox.UI.BaseControl
Constructors
Showing 1 constructors
public SwitchControl()
No results match this filter.
Methods
Showing 2 methods
protected virtual void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
protected virtual void OnMouseDown(Sandbox.UI.MousePanelEvent e)
No results match this filter.
Properties
Showing 4 properties
public Microsoft.AspNetCore.Components.RenderFragment Sandbox.UI.SwitchControl.Label { get; set; }
public System.Action`1<bool> Sandbox.UI.SwitchControl.OnValueChanged { get; set; }
public virtual bool Sandbox.UI.SwitchControl.SupportsMultiEdit { get; set; }
public bool Sandbox.UI.SwitchControl.Value { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.UI |
| Type | class |
| Assembly | Base Library |
| Doc ID | T:Sandbox.UI.SwitchControl |