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

DXTabbedWindow.HeaderIndentInNormalState Property

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

Namespace: DevExpress.Xpf.Core

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

Declaration

public double HeaderIndentInNormalState { get; set; }

Property Value

Type Description
Double

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

See Also