Back to Devexpress

GalleryItem.Hint Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-galleryitem-5da0d38f.md

latest2.6 KB
Original Source

GalleryItem.Hint Property

Gets a hint associated with the gallery item.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public string Hint { get; set; }
vb
<DXCategory("Appearance")>
Public Property Hint As String

Property Value

TypeDescription
String

A string that specifies the gallery item’s hint.

|

Remarks

Hints are displayed when hovering over a gallery item . If the Hint property is set to an empty string, the hint is not displayed.

Gallery items also support SuperToolTip objects. Use the GalleryItem.SuperTip property, to specify a SuperToolTip object.

The appearance and behavior of hints is determined by a Tool Tip Controller. If a gallery item is used within a RibbonControl, the Tool Tip Controller is specified by the RibbonControl.ToolTipController property. If a gallery item is used within a GalleryControl, the Tool Tip Controller is specified by the GalleryControl’s inherited BaseControl.ToolTipController property.

By default, the ToolTipController properties contain null references, which means that tooltips are handled by the DefaultToolTipController. See Hints and Tooltips for more information.

See Also

SuperTip

ToolTipController

Hints and Tooltips

GalleryItem Class

GalleryItem Members

DevExpress.XtraBars.Ribbon Namespace