Back to Devexpress

TcxCustomBarEditItem Class

vcl-cxbaredititem-e3826b31.md

latest3.0 KB
Original Source

TcxCustomBarEditItem Class

The base class for the bar edit item class.

Declaration

delphi
TcxCustomBarEditItem = class(
    TdxCustomBarEdit,
    IcxEditRepositoryItemListener
)

Remarks

A toolbar item container allows you to use any editor shipped with the ExpressEditors Library in the same manner as in other container controls, such as VCL Data Grid, Tree List, and Vertical Grid.

Main API Members

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

PropertiesClassAssociates the toolbar item container with a supported editor.PropertiesProvides access to the embedded editor’s settings.ItemIndexSpecifies the selected item in a supported combo box editor when it is embedded in the toolbar editor item.RepositoryItem

Assigns an edit repository item for the toolbar editor item.

Tip

Repository items are particularly useful if you need to share in-place editor settings between multiple toolbar editor items.

EditValue | CurEditValueManage the edit value.Width | HeightExplicitly define the embedded editor’s dimensions.BarStyleDropDownButtonAllows you to switch between drop-down button display modes in the embedded editor.

Terminal TcxCustomBarEditItem Class Descendant

Do not use the TcxCustomBarEditItem class directly. Use the TcxBarEditItem class instead.

Implements

IcxEditRepositoryItemListener

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxBarComponent TdxBarItem TdxBarWindowItem TdxCustomBarEdit TcxCustomBarEditItem

See Also

TcxCustomBarEditItem Members

cxBarEditItem Unit