Skip to main content
A newer version of this page is available. .

PivotGridGroup(String) Constructor

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

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