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

TdxBarDBNavigator.DBCheckLinks Property

Specifies the list of item links between toolbar items and dataset’s states.

#Declaration

Delphi
property DBCheckLinks: TdxBarDBCheckLinks read; write;

#Property Value

Type
TdxBarDBCheckLinks

#Remarks

If there is a link between an item and a dataset’s state, the item’s Enabled property is changed accordingly to the dataset’s state. Each link is represented by the TdxBarDBCheckLink object. The TdxBarDBCheckLinks object contains a list of these links.

See Also