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

DXTabbedWindow.HeaderIndentInMaximizedState Property

Gets or sets the window’s header indent in the maximized state. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public double HeaderIndentInMaximizedState { get; set; }

Property Value

Type Description
Double

A System.Double value specifying the window’s header indent in the maximized state.

See Also