Back to Devexpress

ExcelFilteringDataEventArgs.Values Property

windowsforms-devexpress-dot-xtraeditors-dot-filtering-dot-excelfilteringdataeventargs-2c041971.md

latest1.6 KB
Original Source

ExcelFilteringDataEventArgs.Values Property

Provides access to the collection of data values by which the column being processed can be filtered.

Namespace : DevExpress.XtraEditors.Filtering

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public object[] Values { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property Values As Object()

Property Value

TypeDescription
Object[]

An Object[] specifying the collection of data values by which the column being processed can be filtered.

|

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also

ExcelFilteringDataEventArgs Class

ExcelFilteringDataEventArgs Members

DevExpress.XtraEditors.Filtering Namespace