Skip to main content

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

TdxBarItemViewLevels Type

Enumerates available visual identifiers for an item link.

#Declaration

Delphi
TdxBarItemViewLevels = set of TdxBarItemRealViewLevel;

#Referenced Class

Type
TdxBarItemRealViewLevel

#Remarks

Values include:

Value Meaning
ivlLargeIconWithText An item link is represented by a large icon and a caption
ivlLargeControlOnly An item link is represented by a control that occupies the maximum possible height (used in multi-line editors to maximize the number of lines/items displayed)
ivlSmallIconWithText An item link is represented by a small icon and a caption
ivlSmallIcon An item link is represented only by a small icon
ivlControlOnly No visual identifiers are provided for an item link
ivlDefault Reserved as an IDE bug fix

The ivlLargeIconWithText and ivlLargeControlOnly values apply to multi-line editors only.

See Also