Back to Devexpress

TdxBarItemViewLevels Type

vcl-dxbar-bf326072.md

latest1.1 KB
Original Source

TdxBarItemViewLevels Type

Enumerates available visual identifiers for an item link.

Declaration

delphi
TdxBarItemViewLevels = set of TdxBarItemRealViewLevel;

Referenced Class

Type
TdxBarItemRealViewLevel

Remarks

Values include:

ValueMeaning
ivlLargeIconWithTextAn item link is represented by a large icon and a caption
ivlLargeControlOnlyAn 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)
ivlSmallIconWithTextAn item link is represented by a small icon and a caption
ivlSmallIconAn item link is represented only by a small icon
ivlControlOnlyNo visual identifiers are provided for an item link
ivlDefaultReserved as an IDE bug fix

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

See Also

TdxBarItemLink.ViewLevels

dxBar Unit