Skip to main content
A newer version of this page is available. .

Windows and Utility Controls

  • 3 minutes to read

This document lists various types of DevExpress windows which are the main visual elements of any WPF application. Components that provide various ornamental elements (e.g., splash screens or loading indicators) are also described here.

DXWindow

WPF - Windows - DXWindow

A replacement for default WPF windows that fully supports List of DevExpress WPF Themes, so the window’s look and feel is consistent with other DevExpress controls. Supports all functionality provided by the System.Windows.Window class.

DXRibbonWindow

WPF - Windows - DXRibbonWindow

If you choose to build a Ribbon-based application UI, use the DXRibbonWindow to replace the default WPF window. While keeping all the functionality of the default window, the DXRibbonWindow fully supports List of DevExpress WPF Themes and embeds a Ribbon application button and quick access toolbar into the window’s title bar.

DXTabbedWindow

WPF - Windows - DXTabbedWindow

Another replacement for traditional WPF windows, the DXTabbedWindow integrates with the Tab Control by displaying its tabs in the window’s title bar.

Utilities and Helpers

Splash Screens

WPF - Windows - Splash

DevExpress Splash Screens allow you to display a splash screen to inform users of the state of your application during the initial load. When adding DXSplashScreen to your project, a XAML file containing the default splash screen is generated. You can fully customize this XAML file to create a custom splash screen according to your requirements.

Although splash screens can be opened and closed automatically on window loading, you can also manually invoke or hide these screens as required.

Loading Decorator

WPF - Windows - LoadingDecorator

The LoadingDecorator is a convenient tool for displaying long-loading content. Technically, this is a content container that wraps any content and displays a loading indicator while this content is loading. It features built-in animation effects, rich loading indicator customization capabilities and four owner lock modes that lock a parent window while the content is loading.

Wait Indicator

WPF - Windows - WaitIndicator

A simple panel that is typically shown to indicate the application is currently busy. By default, contains a text string and an animated image that depends on the currently applied theme. You can define your own data templates to customize the Wait Indicator’s appearance and layout.

Taskbar Services

WPF - Windows - Taskbar

The TaskbarButtonService and ApplicationJumpListService services allow you to customize the application icon displayed in Windows taskbar. Using these services you can:

  • dynamically fill the taskbar icon with custom colors to indicate the current application state (busy, paused, error, etc.);
  • add overlay icons to the taskbar icon;
  • customize the application preview, shown when end-users hover over a taskbar icon;
  • modify jump lists, invoked by right-clicking a taskbar icon.