API ReferenceSandbox.UI
SwitchControlclass
Constructors1
Showing 1 constructors
public SwitchControl()
No results match this filter.
Methods2
Showing 2 methods
protected virtual void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
| Parameter | Type | Description |
|---|---|---|
| __builder | RenderTreeBuilder | — |
Returns:
void—protected virtual void OnMouseDown(Sandbox.UI.MousePanelEvent e)
| Parameter | Type | Description |
|---|---|---|
| e | MousePanelEvent | — |
Returns:
void—No results match this filter.
Properties4
Showing 4 properties
public Microsoft.AspNetCore.Components.RenderFragment Sandbox.UI.SwitchControl.Label { get; set; }
Returns:
RenderFragment—public System.Action`1<bool> Sandbox.UI.SwitchControl.OnValueChanged { get; set; }
Returns:
Action<bool>—public virtual bool Sandbox.UI.SwitchControl.SupportsMultiEdit { get; set; }
Returns:
bool—public bool Sandbox.UI.SwitchControl.Value { get; set; }
Returns:
bool—No results match this filter.