Back to Devexpress

PivotGridControl.Text Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-30478603.md

latest1.3 KB
Original Source

PivotGridControl.Text Property

Gets or sets the string associated with the control.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public string Text { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property Text As String

Property Value

TypeDescription
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

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace