Skip to main content
A newer version of this page is available. .

CustomRowFilterEventArgs.Row Property

Gets an object representing a data row in the underlying data source that corresponds to the processed TreeListNode.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public object Row { get; }

Property Value

Type Description
Object

An object representing a data row in the underlying data source that corresponds to the processed TreeListNode.

See Also