Skip to main content

CustomRowFilterEventArgs Class

Provides data for the TreeList.CustomRowFilter event.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.2.dll

Declaration

[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
public class CustomRowFilterEventArgs :
    FilterNodeEventArgs

Inheritance

Object
EventArgs
FilterNodeEventArgs
CustomRowFilterEventArgs
See Also