Skip to main content
A newer version of this page is available. .

UICommand Properties

A ViewModel that is used to generate a dialog button.
Name Description
ActualAlignment
Alignment
AllowCloseWindow
Caption Gets or sets the text displayed within the dialog button.
Command Gets or sets the command to invoke when the dialog button is clicked.
Id Gets or sets the identifier of the dialog button.
IsCancel Gets or sets a value that indicates whether the dialog button is the cancel button.
IsDefault Gets or sets a value that indicates whether the dialog button is the default button.
Placement
Tag Gets or sets the data associated with the dialog button.
See Also