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

DockLayoutManager.ShowMaximizedDocumentCaptionInWindowTitle Property

Gets or sets whether the caption of a maximized DocumentPanel is displayed within the window’s title. This property is in effect in MDIStyle.MDI mode.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

#Declaration

public bool ShowMaximizedDocumentCaptionInWindowTitle { get; set; }

#Property Value

Type Description
Boolean

true if the caption of a maximized DocumentPanel is displayed within the window’s title; otherwise, false.

#Remarks

Individual DocumentPanel objects can be maximized in MDIStyle.MDI mode. If the ShowMaximizedDocumentCaptionInWindowTitle property is set to true, the caption of the maximized panel is displayed in the window’s title. Otherwise, the panel’s caption is not displayed within the window’s title.

To specify the format string used to format the window’s title, use the DockLayoutManager.WindowTitleFormat property.

See Also