Skip to content

Commit 7b51c8d

Browse files
dimodidimodi
authored andcommitted
Update command.md
1 parent 59af1d8 commit 7b51c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/treelist/columns/command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The `TreeListCommandButton` tag offers the following features:
3636

3737
* `Command` - the command that will be invoked. Can be one of the built-in commands (see below), or a custom command name.
3838
* `OnClick` - the event handler that the button will fire. If used on a built-in command, this handler will fire before the [corresponding CRUD event](slug://treelist-editing-overview). Cancelling it will prevent the built-in CRUD event from firing.
39-
* `ShowInEdit` - a boolean property indicating whether the button is only visible while the user is editing/inserting data.
39+
* `ShowInEdit` - a boolean property indicating whether the button is visible only in edit mode or only in display mode.
4040
* `ChildContent` - the text the button will render. You can also place it between the command button's opening and closing tags.
4141
* Appearance properties like `Icon`, `Class`, `Enabled` that are come from the underlying [Telerik UI for Blazor Button Component features](slug://components/button/overview).
4242

0 commit comments

Comments
 (0)