IThreadSafeField.PrefilterColumnName Property
In This Article
Gets the name by which the field is referred to in the Prefilter expression.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
String | A String that specifies the name by which the field is referred to in the Prefilter expression. |
#Remarks
This property returns the PivotGridField.PrefilterColumnName property value.
See Also