Skip to main content
All docs
V19.2
Tag

PivotGridFieldBase.DataControllerColumnName Property

Returns the column name in the associated data controller.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

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

Property Value

Type Description
String

A String value.

Remarks

This property is intended for internal use only, and hidden. Normally, you don’t need to use it.

See Also