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