Skip to main content

DialogButtons Enum

Lists values that specify which buttons should be displayed within a dialog.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public enum DialogButtons

#Members

Name Description
Ok

Display the OK button.

OkCancel

Display the OK and Cancel buttons.

YesNoCancel

Display the Yes, No and Cancel buttons.

YesNo

Display the Yes and No buttons.

#Passed To

You can pass DialogButtons values to the following properies:

Library Passed To
WPF Controls DXDialog.Buttons
DXDialog.Buttons
DXDialog.Buttons
DXDialog.Buttons
DXDialog.Buttons
DXDialog.Buttons
Silverlight Controls DXDialog.Buttons

#Remarks

The values listed by this enumeration are used to set the DXDialog.Buttons property's value.

See Also