Back to Devexpress

BaseLayoutItemOptionsToolTip.IconToolTipTitle Property

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitemoptionstooltip-1cd3bfac.md

latest2.2 KB
Original Source

BaseLayoutItemOptionsToolTip.IconToolTipTitle Property

Gets or sets the title of the tooltip that is displayed when the mouse cursor hovers over the layout item’s image.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
[XtraSerializableProperty]
public string IconToolTipTitle { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue("")>
Public Property IconToolTipTitle As String

Property Value

TypeDefaultDescription
StringString.Empty

A string that specifies the tooltip’s title.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to IconToolTipTitle
BaseLayoutItem

.OptionsToolTip .IconToolTipTitle

|

Remarks

The IconToolTipTitle property is in effect when the BaseLayoutItemOptionsToolTip.IconToolTip property is not set to an empty string. See the BaseLayoutItemOptionsToolTip.IconToolTip topic to learn more.

See Also

IconToolTip

BaseLayoutItemOptionsToolTip Class

BaseLayoutItemOptionsToolTip Members

DevExpress.XtraLayout Namespace