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

TreeList.GetAutoFilterValue(TreeListColumn) Method

Returns the filtering value of an automatic filtering row cell that belongs to the specific Tree List column.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v21.2.dll

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

Declaration

public virtual object GetAutoFilterValue(
    TreeListColumn column
)

Parameters

Name Type Description
column TreeListColumn

A TreeListColumn that owns an automatic filtering row cell, whose filtering value is to be retrieved.

Returns

Type Description
Object

An Object that is the filtering value.

See Also