Back to Devexpress

ThemedWindowDialogButton Class

wpf-devexpress-dot-xpf-dot-core-dfa14c6b.md

latest3.5 KB
Original Source

ThemedWindowDialogButton Class

Represents a Dialog Button for the ThemedWindow.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class ThemedWindowDialogButton :
    SimpleButton
vb
Public Class ThemedWindowDialogButton
    Inherits SimpleButton

The following code snippets (auto-collected from DevExpress Examples) contain references to the ThemedWindowDialogButton class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-scheduler-specify-custom-edit-and-recurrence-dialogs/CS/CustomMvvmFormWithRecurrenceExample/HospitalRecurrenceWindow.xaml#L56

xml
<dx:ThemedWindow.DialogButtons>
    <dx:ThemedWindowDialogButton Content="{dxsch:SchedulerLocalizer StringId=ButtonCaption_OK}" Command="{Binding SaveCommand}" IsDefault="True" MinWidth="65" DialogResult="OK"/>
    <dx:ThemedWindowDialogButton Content="{dxsch:SchedulerLocalizer StringId=ButtonCaption_Cancel}" IsCancel="True" MinWidth="65" DialogResult="Cancel"/>

wpf-imageedit-edit-images-in-separate-window/CS/ImageEditToEditModeBehavior/EditImageWindow.xaml#L70

xml
<dx:ThemedWindowDialogButtonsControl HorizontalAlignment="Right" VerticalAlignment="Bottom">
    <dx:ThemedWindowDialogButton Content="Save"
                                 Glyph="{dx:DXImage 'SvgImages/DiagramIcons/save.svg'}"

Inheritance

Show 12 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ContentControl ButtonBase Button SimpleButton ThemedWindowDialogButton

See Also

ThemedWindowDialogButton Members

DevExpress.Xpf.Core Namespace