ExpressionEditorHelper.GetAutoCompleteExpressionEditorControl(IDataColumnInfo, IEnumerable<IParameter>, Boolean) Method
Namespace: DevExpress.Xpf.Editors.ExpressionEditor.Native
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
public static IAutoCompleteExpressionEditor GetAutoCompleteExpressionEditorControl(
IDataColumnInfo columnInfo,
IEnumerable<IParameter> parameters,
bool useAggregateFunctions = false
)
Parameters
Name | Type |
---|---|
columnInfo | DevExpress.Data.IDataColumnInfo |
parameters | IEnumerable<IParameter> |
Optional Parameters
Name | Type | Default |
---|---|---|
useAggregateFunctions | Boolean | False |
Returns
Type |
---|
DevExpress.Xpf.Editors.ExpressionEditor.IAutoCompleteExpressionEditor |
See Also