Skip to main content

IThreadSafeField.Visible Property

Gets or sets whether the field is visible.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

bool Visible { get; }

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