Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Data

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