Back to Devexpress

LabelControl.BindCommand Method

windowsforms-devexpress-dot-xtraeditors-dot-labelcontrol-dot-bindcommand.md

latest1.2 KB
Original Source

LabelControl.BindCommand Method

NameParametersDescription
BindCommand(Expression<Action>, Object, Func<Object>)commandSelector, source, queryCommandParameterUses the command selector to find an appropriate parameterized command in the source and bind it to this LabelControl.
BindCommand(Object, Func<Object>)command, queryCommandParameterBinds a command to this LabelControl.
BindCommand<T>(Expression<Action<T>>, Object, Func<T>)commandSelector, source, queryCommandParameterUses the command selector to find an appropriate parameterized command of the specific type in the source and bind it to this LabelControl.