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

TcxBarEditItem Class

A toolbar item container for an in-place editor from the ExpressEditors Library.

Declaration

TcxBarEditItem = class(
    TcxCustomBarEditItem
)

Remarks

A toolbar item container allows you to use an editor from the ExpressEditors Library in the same manner as in other container controls, such as VCL Data Grid, Tree List, Vertical Grid, etc.

VCL Bars: An Embedded Combo Box Example

Editor Selection at Design Time

At design time, you can use the Object Inspector to select any available in-place editor. Click a toolbar edit item’s Properties node and select the required editor from the invoked drop-down list.

VCL Bars: An In-Place Editor List in the Object Inspector

Main API Members

The list below outlines key members of the TcxBarEditItem class that allow you to configure the toolbar item container and its embedded editor.

Additional Information

Refer to the following topic for additional information: In-place Editors.

See Also