Back to Devexpress

PivotFilter.SecondValue Property

officefileapi-devexpress-dot-spreadsheet-dot-pivotfilter-89b6e1e7.md

latest1.5 KB
Original Source

PivotFilter.SecondValue Property

Gets the second filter criteria value.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
FilterValue

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

|

Remarks

The SecondValue property gets its value from the secondValue parameter of the PivotFilterCollection.Add method used to construct the filter criteria.

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

See Also

Value

PivotFilter Interface

PivotFilter Members

DevExpress.Spreadsheet Namespace