Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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