wpf-devexpress-dot-xpf-dot-core-dfa14c6b.md
Represents a Dialog Button for the ThemedWindow.
Namespace : DevExpress.Xpf.Core
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public class ThemedWindowDialogButton :
SimpleButton
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.
<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
<dx:ThemedWindowDialogButtonsControl HorizontalAlignment="Right" VerticalAlignment="Bottom">
<dx:ThemedWindowDialogButton Content="Save"
Glyph="{dx:DXImage 'SvgImages/DiagramIcons/save.svg'}"
Show 12 items
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ContentControl ButtonBase Button SimpleButton ThemedWindowDialogButton
See Also