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

BarManager.DockWindowTabFont Property

This member is obsolete. It gets or sets the font used to display tab captions when dock windows are docked to the same place.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("Appearance")]
public virtual Font DockWindowTabFont { get; set; }

Property Value

Type Description
Font

A System.Drawing.Font object representing the font of the dock window tab captions.

Remarks

This member is obsolete. To add docking functionality to your application use the Dock Manager component.

See Also