IPivotTableField.Width Property
Specifies the width of cells where the field values are displayed.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v24.2.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
[Parameter]
int Width { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The cell width in pixels. |
Remarks
Refer to the Width property description for more information and an example.
See Also