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

PivotGridControl.Text Property

Gets or sets the string associated with the control.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

Declaration

[Browsable(false)]
public string Text { get; set; }

Property Value

Type Description
String

A string associated with the control.

Remarks

The string assigned to the Text property is not displayed by the PivotGrid control. So you can use this member to store custom text data.

See Also