Skip to main content

CustomFilterEventArgs.Item Property

Returns the data source object that is used to create the processed row.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public object Item { get; }

Property Value

Type Description
Object

A row source object.

Remarks

For more information, refer to the DataGridView.CustomFilter event.

See Also