Skip to main content
A newer version of this page is available. .

ExcelFilteringDataEventArgs.GetValues() Method

Returns an array of objects representing data values by which the column being processed can be filtered.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public object[] GetValues()

Returns

Type Description
Object[]

An array of objects representing data values by which the column being processed can be filtered.

See Also