Skip to main content
All docs
V25.1
  • IPivotTableField.Visible Property

    Specifies whether the Pivot Table field is visible.

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v25.1.dll

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    bool Visible { get; set; }

    Property Value

    Type Description
    Boolean

    true if the field is visible; otherwise, false.

    Remarks

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

    See Also