Back to Devexpress

PivotGridField.OlapDrillDownColumnName Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-ea0d0c61.md

latest1.4 KB
Original Source

PivotGridField.OlapDrillDownColumnName Property

In OLAP mode, gets the name of the corresponding column in the underlying data source, on an OLAP server.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public string OlapDrillDownColumnName { get; }
vb
Public ReadOnly Property OlapDrillDownColumnName As String

Property Value

TypeDescription
String

A String that specifies the corresponding column’s name.

|

See Also

FieldName

Binding to OLAP Data Sources

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace