Skip to main content

TdxBarManager.SelectedItem Property

Specifies the selected toolbar item control.

Declaration

property SelectedItem: TdxBarItemControl read; write;

Property Value

Type
TdxBarItemControl

Remarks

Use the SelectedItem property to access the currently selected item control or to change it in code. A toolbar can contain several item controls that correspond to an item. If an item control is selected, its item is selected as well.

See Also