Share via


QuickGrid<TGridItem>.AdditionalAttributes Property

Definition

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

[Microsoft.AspNetCore.Components.Parameter(CaptureUnmatchedValues=true)]
public System.Collections.Generic.IReadOnlyDictionary<string,object>? AdditionalAttributes { get; set; }
[<Microsoft.AspNetCore.Components.Parameter(CaptureUnmatchedValues=true)>]
member this.AdditionalAttributes : System.Collections.Generic.IReadOnlyDictionary<string, obj> with get, set
Public Property AdditionalAttributes As IReadOnlyDictionary(Of String, Object)

Property Value

Attributes

Applies to