Back to Devexpress

PivotGridControl.OlapServerDefinedDrillDownColumns Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-3483fb0e.md

latest1.4 KB
Original Source

PivotGridControl.OlapServerDefinedDrillDownColumns Property

Gets or sets whether the list of columns is defined by the server in the OLAP mode.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool OlapServerDefinedDrillDownColumns { get; set; }
vb
Public Property OlapServerDefinedDrillDownColumns As Boolean

Property Value

TypeDescription
Boolean

true, if the list of columns is defined by the server; otherwise, false.

|

Remarks

Use this property when you call the PivotGridControl.CreateDrillDownDataSource method overload without the customColumns parameter.

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace