Back to Devexpress

GroupFilterValuesCollection.Item[Object] Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-groupfiltervaluescollection-dot-item-x28-system-dot-object-x29.md

latest1.5 KB
Original Source

GroupFilterValuesCollection.Item[Object] Property

Gets or sets the filter value by the corresponding field value.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public GroupFilterValue this[object key] { get; set; }
vb
Public Property Item(key As Object) As GroupFilterValue

Parameters

NameTypeDescription
keyObject

The field value for which the corresponding filter value should be specified.

|

Property Value

TypeDescription
GroupFilterValue

A GroupFilterValue object representing the filter value that corresponds to the specified field value.

|

See Also

GroupFilterValuesCollection Class

GroupFilterValuesCollection Members

DevExpress.Xpf.PivotGrid Namespace