IPivotTableField.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
string Name { get; set; }
Property Value
Type | Description |
---|---|
String | The field’s unique name. |
Remarks
Refer to the Name property description for more information and an example.
See Also