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

CustomRowFilterEventArgs.Item[TreeListColumn] Property

Gets a value of a specific column in the processed TreeListNode.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public object this[TreeListColumn column] { get; }

Parameters

Name Type Description
column TreeListColumn

A TreeListColumn object that identifies a column.

Property Value

Type Description
Object

The value of a specific column.

See Also