Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarDBCheckLink.Item Property

Specifies the item whose Enabled property is changed according to changes to a dataset’s state.

#Declaration

Delphi
property Item: TdxBarItem read; write;

#Property Value

Type
TdxBarItem

#Remarks

Use the Item property to specify the item whose Enabled property is changed according to changes to a dataset’s state. The Enabled property of all the controls that correspond to this item are changed when the state of the bound dataset is changed. For example, you can disable a font combo box when the bound dataset’s state is changed from dsEdit to dsBrowse.

See Also