InputCheckbox.Element Property

Definition

Gets or sets the associated ElementReference.

May be null if accessed before the component is rendered.

public Microsoft.AspNetCore.Components.ElementReference? Element { get; protected set; }
member this.Element : Nullable<Microsoft.AspNetCore.Components.ElementReference> with get, set
Public Property Element As Nullable(Of ElementReference)

Property Value

Applies to