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

ShowValueEditorEventArgs.CurrentNode Property

Gets the current node in the FilterControl’s tree of criteria.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public ClauseNode CurrentNode { get; }

Property Value

Type Description
DevExpress.XtraEditors.Filtering.ClauseNode

A ClauseNode object that is the current node.

See Also