Back to Devexpress

PivotGridControl.DrillDownCustomColumns Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-3221fe85.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public IEnumerable<string> DrillDownCustomColumns { get; set; }
vb
Public Property DrillDownCustomColumns As IEnumerable(Of String)

Property Value

TypeDescription
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

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace