Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public IEnumerable<string> DrillDownCustomColumns { get; set; }

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