Skip to main content
Bar

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.v23.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