vcl-cxbaredititem.md
A toolbar item container for an in-place editor from the ExpressEditors Library.
TcxBarEditItem = class(
TcxCustomBarEditItem
)
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, and Vertical Grid.
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.
The list below outlines key members of the TcxBarEditItem 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 into the toolbar editor item.RepositoryItem
Specifies an edit repository item that defines the embedded editor and its settings in 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.
Refer to the following topic for additional information: In-place Editors.
TObject TPersistent TComponent TcxCustomComponent TdxBarComponent TdxBarItem TdxBarWindowItem TdxCustomBarEdit TcxCustomBarEditItem TcxBarEditItem
See Also