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