A newer version of this page is available.
Switch to the current version.
PivotGridControl.Text Property
Gets or sets the string associated with the control.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v19.1.dll
Declaration
[Browsable(false)]
public string Text { get; set; }
<Browsable(False)>
Public Property Text As String
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
Feedback