SchedulerPopupButtonBase.Attributes Property
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v26.1.dll
Declaration
[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object> Attributes { get; set; }
Property Value
| Type |
|---|
| Dictionary<String, Object> |
See Also