Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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