Skip to main content
A newer version of this page is available. .

BaseLayoutItemOptionsToolTip.ToolTipTitle Property

Gets or sets the title of the tooltip that is displayed when the mouse cursor hovers over the layout item’s caption, and by default over its image.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue("")]
[XtraSerializableProperty]
public string ToolTipTitle { get; set; }

Property Value

Type Default Description
String String.Empty

A string that specifies the tooltip’s title.

Property Paths

You can access this nested property as listed below:

Show 14 property paths
Object Type Path to ToolTipTitle
LayoutViewCard
.OptionsToolTip .ToolTipTitle
LayoutViewField
.OptionsToolTip .ToolTipTitle
BaseLayoutItem
.OptionsToolTip .ToolTipTitle
EmptySpaceItem
.OptionsToolTip .ToolTipTitle
LayoutControlGroup
.OptionsToolTip .ToolTipTitle
LayoutControlItem
.OptionsToolTip .ToolTipTitle
LayoutGroup
.OptionsToolTip .ToolTipTitle
LayoutItem
.OptionsToolTip .ToolTipTitle
LayoutItemContainer
.OptionsToolTip .ToolTipTitle
LayoutRepositoryItem
.OptionsToolTip .ToolTipTitle
SimpleLabelItem
.OptionsToolTip .ToolTipTitle
SplitterItem
.OptionsToolTip .ToolTipTitle
TabbedControlGroup
.OptionsToolTip .ToolTipTitle
TabbedGroup
.OptionsToolTip .ToolTipTitle

Remarks

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

See Also