PivotTablePersistentLayoutField.Visible Property
Specifies field visibility.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Visible { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> |
|
Remarks
Refer to the PivotTablePersistentLayoutField class description for more information and an example.
See Also