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

IThreadSafeField.Visible Property

Gets or sets whether the field is visible.

Namespace: DevExpress.XtraPivotGrid

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

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