IEditorBase.Attributes Property
In This Article
Specifies a collection of standard HTML attributes applied to the component.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
IReadOnlyDictionary<string, object> Attributes { get; set; }
#Property Value
Type | Description |
---|---|
IRead |
A collection of attributes. |
#Remarks
Refer to the Attributes property description for more information and an example.
See Also