[]
        
(Showing Draft Content)

C1.Blazor.Input.C1DropDown.AdditionalAttributes

AdditionalAttributes Property

AdditionalAttributes

Gets or sets a collection of additional attributes that will be applied to the created element.

Declaration
[Parameter(CaptureUnmatchedValues = true)]
public IReadOnlyDictionary<string, object> AdditionalAttributes { get; set; }
<Parameter(CaptureUnmatchedValues:=True)>
Public Property AdditionalAttributes As IReadOnlyDictionary(Of String, Object)