Skip to main content

UnboundExpressionEditorEventArgs(ExpressionEditorControl, ColumnBase) Constructor

In This Article

Initializes a new instance of the UnboundExpressionEditorEventArgs class.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public UnboundExpressionEditorEventArgs(
    ExpressionEditorControl control,
    ColumnBase column
)

#Parameters

Name Type Description
control ExpressionEditorControl

The Expression Editor. This value is assigned to the UnboundExpressionEditorEventArgs.ExpressionEditorControl property.

column ColumnBase

A ColumnBase descendant that represents the unbound column. This value is assigned to the UnboundExpressionEditorEventArgs.Column property.

See Also