IPivotTableField.ShowInHiddenFieldList Property
Specify whether to display the field in Hidden Fields section of the Field List.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
bool ShowInHiddenFieldList { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
Refer to the ShowInHiddenFieldList property description for more information and an example.
See Also