ExpressionEditorControl(IDataColumnInfo) Constructor
Initializes a new instance of the ExpressionEditorControl class.
Namespace: DevExpress.Xpf.Editors.ExpressionEditor
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
columnInfo | DevExpress.Data.IDataColumnInfo | An object that implements the DevExpress.Data.IDataColumnInfo interface. |
Remarks
Instances of the ExpressionEditorControl class are automatically created and initialized. Typically, there is no need to call this constructor directly from your code.
See Also