wpf-devexpress-dot-xpf-dot-editors-ddb497a9.md
A button with an image.
Namespace : DevExpress.Xpf.Editors
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public class ImageButtonInfo :
CommonButtonInfo
Public Class ImageButtonInfo
Inherits CommonButtonInfo
Refer to the following help topic for more information: ButtonEdit.
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ImageButtonInfo 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.
MaskUseAsDisplayFormat="True">
<dxe:ImageButtonInfo Glyph="{dx:DXImage 'SvgImages/Outlook Inspired/Glyph_Phone.svg'}" />
</dxe:ButtonEdit>
Object DispatcherObject DependencyObject ContentElement FrameworkContentElement ButtonInfoBase CommandButtonInfo CommonButtonInfo ImageButtonInfo
See Also