Skip to main content
All docs
V25.1
  • 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

    true to display the field in the Hidden Fields list; false to hide the field.

    Remarks

    Refer to the ShowInHiddenFieldList property description for more information and an example.

    See Also