IThreadSafeField.Caption Property
Gets the field’s display caption.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
String | A string specifying the field’s display caption. |
Remarks
The Caption property provides thread-safe access to the field’s PivotGridFieldBase.Caption property. To learn more, see PivotGridFieldBase.Caption.
Use the Caption property when handling events in asynchronous mode. For more information, see Asynchronous Mode.
See Also