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

CustomColumnFilterListEventArgs(TreeListNode, TreeListColumn) Constructor

Initializes a new instance of the CustomColumnFilterListEventArgs class.

Namespace: DevExpress.Xpf.Grid.TreeList

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

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