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.v19.2.dll

Declaration

[Browsable(false)]
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