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

RecentItemBase.BindCommand Method

Name Parameters Description
BindCommand(Expression<Action>, Object, Func<Object>) commandSelector, source, queryCommandParameter Uses the command selector to find an appropriate parameterized command in the source and bind it to this RecentItemBase class descendant.
BindCommand(Object, Func<Object>) command, queryCommandParameter Binds the specific parameterized command to this RecentItemBase class descendant.
BindCommand<T>(Expression<Action<T>>, Object, Func<T>) commandSelector, source, queryCommandParameter Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this RecentItemBase class descendant.