Skip to main content
All docs
V24.2

IEditorBase.Attributes Property

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

IReadOnlyDictionary<string, object> Attributes { get; set; }

Property Value

Type Description
IReadOnlyDictionary<String, Object>

A collection of attributes.

Remarks

Refer to the Attributes property description for more information and an example.

See Also