IPivotTable.Attributes Property
Specifies a collection of standard HTML attributes applied to the Pivot Table.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v24.2.dll
NuGet Package: DevExpress.Blazor.PivotTable
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