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.v18.2.dll

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