PivotTableFieldFilterMenuDataItem.Text Property
Specifies the data item text.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The data item text. |
See Also