PivotGridControl.DrillDownCustomColumns Property
In This Article
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.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#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