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

TdxBarItemLink.Glyph Property

Provides access to the glyph of the item control, which corresponds to the current item link.

#Declaration

Delphi
property Glyph: TdxSmartGlyph read;

#Property Value

Type
TdxSmartGlyph

#Remarks

If a custom image has been specified for the item control (udGlyph is included into the UserDefine property), the Glyph property returns the glyph as specified by the UserGlyph property. Otherwise, the Glyph property returns the glyph specified by the item’s Glyph property.

See Also