Skip to main content
A newer version of this page is available. .

IThreadSafeGroup.Visible Property

Gets whether the group is visible.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

bool Visible { get; }

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