Skip to main content

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.v24.1.dll

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

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