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

ExpressionEditorControl(IDataColumnInfo) Constructor

Initializes a new instance of the ExpressionEditorControl class.

Namespace: DevExpress.Xpf.Editors.ExpressionEditor

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public ExpressionEditorControl(
    IDataColumnInfo columnInfo
)

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