Back to Devexpress

ConfirmationBehavior Properties

wpf-devexpress-dot-mvvm-dot-ui-dot-confirmationbehavior-dot-underscore-properties.md

latest4.7 KB
Original Source

ConfirmationBehavior Properties

Shows a confirmation message box before an application executes the specified command. Users can confirm or cancel the operation.

NameDescription
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CommandGets or sets the command that runs if the user accepts the confirmation message. This is a dependency property.
CommandParameterGets or sets parameters to pass to the Command. This is a dependency property.
CommandPropertyNameGets or sets a name of an associated control’s command property. This is a dependency property.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
EnableConfirmationMessageGets or sets whether a confirmation message should be displayed. This is a dependency property.
HasAnimatedPropertiesGets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
MessageBoxServiceGets or sets a custom message box service. You can use the WinUIMessageBox or create a custom message box that implements the IMessageBoxService interface. This is a dependency property.
MessageButtonGets or sets the confirmation message buttons. This is a dependency property.
MessageDefaultResultGets or sets the confirmation message button that should be focused when the message appears. This is a dependency property.
MessageIconGets or sets the confirmation message icon. This is a dependency property.
MessageTextGets or sets the confirmation message text. This is a dependency property.
MessageTitleGets or sets the confirmation message title. This is a dependency property.

See Also

ConfirmationBehavior Class

ConfirmationBehavior Members

DevExpress.Mvvm.UI Namespace