Skip to main content

CustomColumnFilterListEventArgs(TreeListNode, TreeListColumn) Constructor

Initializes a new instance of the CustomColumnFilterListEventArgs class.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public CustomColumnFilterListEventArgs(
    TreeListNode node,
    TreeListColumn column
)

Parameters

Name Type Description
node TreeListNode

A TreeListNode object that is the node which contains the processed cell. This value is assigned to the CustomColumnFilterListEventArgs.Node property.

column TreeListColumn

A TreeListColumn object that is the column which contains the processed cell. This value is assigned to the CustomColumnFilterListEventArgs.Column property.

See Also