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 |
|
Remarks
Refer to the Visible property description for more information and an example.
See Also