Skip to main content

IThreadSafeField.DisplayFolder Property

Gets the name of the folder in which the field is located.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

string DisplayFolder { get; }

Property Value

Type Description
String

A String that specifies the name of the folder in which the field is located.

Remarks

The DisplayFolder property provides thread-safe access to the field’s PivotGridFieldBase.DisplayFolder property. To learn more, see PivotGridFieldBase.DisplayFolder.

Use the DisplayFolder property when handling events in asynchronous mode. For more information, see Asynchronous Mode.

See Also