UnboundExpressionEditorEventArgs(ExpressionEditorControl, ColumnBase) Constructor
Initializes a new instance of the UnboundExpressionEditorEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: 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