DxPivotTableField.Name Property
Specifies the field’s unique name.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
[Parameter]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String | The field’s unique name. |
Implements
See Also