Property CommandParameter
CommandParameter
The parameter that will be passed to the command when executing the command. The property may be implemented as read-write if desired.
public object? CommandParameter { get; set; }
The parameter that will be passed to the command when executing the command. The property may be implemented as read-write if desired.
public object? CommandParameter { get; set; }