Skip to main content

PivotGridGroup(String) Constructor

Initializes a new instance of the PivotGridGroup class with the specified caption.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design

Declaration

public PivotGridGroup(
    string caption
)

Parameters

Name Type Description
caption String

A String value that specifies the group’s caption. This value is assigned to the PivotGridGroup.Caption property.

See Also