IThreadSafeField.DisplayFolder Property
Gets the name of the folder in which the field is located.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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 PivotGridField.DisplayFolder property. To learn more, see PivotGridField.DisplayFolder.
Use the DisplayFolder property when handling events in asynchronous mode. For more information, see Asynchronous Mode.
See Also