Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WindowTitleAlignment Enum

Lists the title alignment positions.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

#Declaration

public enum WindowTitleAlignment

#Members

Name Description
Left

Aligns the window’s title to the left side of the application’s header.

windowalignment-left

Center

Aligns the window’s title to the center of the application’s header.

WindowKind-Ribbon

Right

Aligns the window’s title to the right side of the application’s header.

windowalignment-right

#Related API Members

The following properties accept/return WindowTitleAlignment values:

#Remarks

Use the ThemedWindow.TitleAlignment property to change the application’s title alignment. You can use the ThemedWindow.WindowKind property to integrate the RibbonControl or DXTabControl with the ThemedWindow.

See Also