Skip to main content

TCustomdxBarControl.SelectedControl Property

Specifies the currently selected item control.

Declaration

property SelectedControl: TdxBarItemControl read; write;

Property Value

Type
TdxBarItemControl

Remarks

Generally, a bar control contains several item controls and only one of them may be selected at a time. The SelectedItem property specifies the item control which is currently selected on the current bar control. An item control is selected when the mouse pointer hovers over it and its Enabled property is set to True.

See Also