Skip to content

Commit 7e0890b

Browse files
authored
Issue #723: List CommandParameter on Button page as one of useful properties (#724)
1 parent 6d272a2 commit 7e0890b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/reference/controls/buttons/button.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ For guidance on how to bind to a command, see [here](../../../basics/user-interf
3131

3232
You will probably use these properties most often:
3333

34-
| Property | Description |
35-
| ----------- | ------------------------------------------------------------------- |
36-
| `ClickMode` | Describes how the button should react to clicks. |
37-
| `Command` | An instance of `ICommand` to be invoked when the button is clicked. |
34+
| Property | Description |
35+
| ------------------ | ------------------------------------------------------------------- |
36+
| `ClickMode` | Describes how the button should react to clicks. |
37+
| `Command` | An instance of `ICommand` to be invoked when the button is clicked. |
38+
| `CommandParameter` | The parameter passed into the command upon invocation. |
3839

3940
## Example
4041

0 commit comments

Comments
 (0)