Skip to main content

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.v23.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