Skip to main content
All docs
V24.1

CaptionShowMode Enum

Lists values that specify how to display captions for items with images.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public enum CaptionShowMode

Members

Name Description
Default

Similar to None.

None

Hides captions for items with images. If an item does not have an image, displays its caption vertically.

BelowImage

Displays captions below images. For items without images, displays captions horizontally.

AboveImage

Displays captions above images. For items without images, displays captions horizontally.

Related API Members

The following properties accept/return CaptionShowMode values:

See Also