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
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Use this property when you call the PivotGridControl.CreateDrillDownDataSource method overload without the customColumns parameter.
See Also