Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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