Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ConfirmationBehavior Fields

Shows a confirmation message box before an application executes the specified command. Users can confirm or cancel the operation.
Name Description
CommandParameterProperty static Identifies the CommandParameter dependency property.
CommandProperty static Identifies the Command dependency property.
CommandPropertyNameProperty static Identifies the CommandPropertyName dependency property.
EnableConfirmationMessageProperty static Identifies the EnableConfirmationMessage dependency property.
MessageBoxServiceProperty static Identifies the MessageBoxService dependency property.
MessageButtonProperty static Identifies the MessageButton dependency property.
MessageDefaultResultProperty static Identifies the MessageDefaultResult dependency property.
MessageIconProperty static Identifies the MessageIcon dependency property.
MessageTextProperty static Identifies the MessageText dependency property.
MessageTitleProperty static Identifies the MessageTitle dependency property.
See Also