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

ItemInfoBase Class

The base for classes that provide functionality to Expression Editor items (such as constants, functions and data columns).

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v18.2.dll

Declaration

public class ItemInfoBase

Remarks

The following image illustrates the default look of the Expression Editor.

expression-editor-overview

For a code sample, see the following example online: How to customize the Expression Editor.

See Also