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

UnboundExpressionEditorEventArgs(ExpressionEditorControl, ColumnBase) Constructor

Initializes a new instance of the UnboundExpressionEditorEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public UnboundExpressionEditorEventArgs(
    ExpressionEditorControl control,
    ColumnBase column
)

Parameters

Name Type
control ExpressionEditorControl
column ColumnBase

Remarks

Instances of the UnboundExpressionEditorEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also