Back to Devexpress

RowFilterEventArgs Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-1a7fd437.md

latest2.1 KB
Original Source

RowFilterEventArgs Class

Provides data for the ColumnView.CustomRowFilter event.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public class RowFilterEventArgs :
    EventArgs
vb
Public Class RowFilterEventArgs
    Inherits EventArgs

RowFilterEventArgs is the data class for the following events:

Remarks

The ColumnView.CustomRowFilter event can be used to hide specific rows or make them visible regardless of a View’s filter.

The record currently being processed is specified by the RowFilterEventArgs.ListSourceRow property. To specify the row’s visibility use the RowFilterEventArgs.Visible and RowFilterEventArgs.Handled properties.

Inheritance

Object EventArgs RowFilterEventArgs

See Also

RowFilterEventArgs Members

CustomRowFilter

DevExpress.XtraGrid.Views.Base Namespace