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

ItemInfoBase(ItemInfoBase) Constructor

Initializes a new instance of the ItemInfoBase class with the specified prototype.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v19.1.dll

Declaration

public ItemInfoBase(
    ItemInfoBase other
)

Parameters

Name Type Description
other ItemInfoBase

A ItemInfoBase object, specifying a prototype for a new ItemInfoBase instance.

See Also