Skip to main content
A newer version of this page is available.
All docs
V18.2
Tag

PivotGridFieldBase.DataControllerColumnName Property

Returns the column name in the associated data controller.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.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