Skip to main content
All docs
V24.2

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

CaptionShowMode Enum

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.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