UnboundExpressionEditorEventArgs(ExpressionEditorForm, GridColumn) Constructor
Initializes a new instance of the UnboundExpressionEditorEventArgs class with specified settings.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
form | DevExpress.XtraEditors.Design.ExpressionEditorForm | The form that contains the expression editor. |
column | GridColumn | The current column. |
See Also