Skip to main content

DXTabbedWindow.TabHeaderSize Property

Gets the size of tab item header. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public double TabHeaderSize { get; }

Property Value

Type Description
Double

A System.Double value specifying the size of tab item header.

See Also