Skip to main content
Bar

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

GalleryItem.SuperTip Property

Gets or sets a SuperTip for the current gallery item. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public SuperTip SuperTip { get; set; }

#Property Value

Type Description
SuperTip

A SuperTip object associated with the item.

#Remarks

Gallery items support regular tooltips and SuperlTip objects. The SuperTip property allows you to assign a SuperTip object to a gallery item. See SuperTip to learn more.

A regular hint can be specified via the GalleryItem.Hint property. This hint is in effect if no SuperTip is assigned.

Tooltips for gallery items are enabled if the Gallery.AllowToolTips option is set to true. If a gallery is displayed within a RibbonControl, the BarManager.ShowScreenTips option must be also set to true to enable tooltips.

See Also