CustomFilterEventArgs.Item Property
In This Article
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
C#
public object Item { get; }
#Property Value
Type | Description |
---|---|
System. |
A row source object. |
#Remarks
For more information, refer to the DataGridView.CustomFilter event.
See Also