IThreadSafeGroup.Caption Property
In This Article
Gets the group’s caption.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
String | A String value that specifies the group’s caption. |
#Remarks
The Caption property provides thread-safe access to the group’s PivotGridGroup.Caption property. To learn more, see PivotGridGroup.Caption.
Use the Caption property when handling events in asynchronous mode. For more information, see Asynchronous Mode.
See Also