Skip to main content

PivotGridFieldBase.FilterColumnName Property

Gets the column name mapped to the field in the filter control’s view model. For internal use.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public string FilterColumnName { get; }

Property Value

Type
String
See Also