Back to Devexpress

ImageButtonInfo Class

wpf-devexpress-dot-xpf-dot-editors-ddb497a9.md

latest2.4 KB
Original Source

ImageButtonInfo Class

A button with an image.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class ImageButtonInfo :
    CommonButtonInfo
vb
Public Class ImageButtonInfo
    Inherits CommonButtonInfo

Remarks

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.

wpf-synchronous-theme-preload-with-splashscreen/CS/ThemePreloadwithSplashscreen/ComplexWindow.xaml#L118

xml
MaskUseAsDisplayFormat="True">
    <dxe:ImageButtonInfo Glyph="{dx:DXImage 'SvgImages/Outlook Inspired/Glyph_Phone.svg'}" />
</dxe:ButtonEdit>

Inheritance

Object DispatcherObject DependencyObject ContentElement FrameworkContentElement ButtonInfoBase CommandButtonInfo CommonButtonInfo ImageButtonInfo

See Also

ImageButtonInfo Members

DevExpress.Xpf.Editors Namespace