PivotGridControl.DrillDownCustomColumns Property
Gets or sets a list of columns to be returned when you create a drill-down data source.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<String> | A list of columns to be returned. |
Remarks
Use this property as a customColumns parameter analog of the PivotGridControl.CreateDrillDownDataSource property.
See Also