Back to Devexpress

PivotFilter.Value Property

officefileapi-devexpress-dot-spreadsheet-dot-pivotfilter-40e6f5a2.md

latest1.5 KB
Original Source

PivotFilter.Value Property

Gets the first filter criteria value.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
FilterValue Value { get; }
vb
ReadOnly Property Value As FilterValue

Property Value

TypeDescription
FilterValue

A FilterValue object that specifies a value used in a filter.

|

Remarks

The Value property gets its value from the value or firstValue parameter of the PivotFilterCollection.Add method used to construct the filter criteria.

The Value property returns null if the current pivot filter doesn’t use a criteria value.

See Also

SecondValue

PivotFilter Interface

PivotFilter Members

DevExpress.Spreadsheet Namespace