IThreadSafeField.Visible Property
Gets or sets whether the field is visible.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the field is visible; false otherwise. |
Remarks
The Visible property provides thread-safe access to the field’s PivotGridFieldBase.Visible property. To learn more, see PivotGridFieldBase.Visible.
Use the Visible property when handling events in asynchronous mode. For more information, see Asynchronous Mode.
See Also