vcl-cxbaredititem-e3826b31.md
The base class for the bar edit item class.
TcxCustomBarEditItem = class(
TdxCustomBarEdit,
IcxEditRepositoryItemListener
)
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.
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.
Do not use the TcxCustomBarEditItem class directly. Use the TcxBarEditItem class instead.
TObject TPersistent TComponent TcxCustomComponent TdxBarComponent TdxBarItem TdxBarWindowItem TdxCustomBarEdit TcxCustomBarEditItem
See Also