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

NavigationPage.ToolTip Property

Gets or sets a regular hint associated with this NavigationPage.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue("")]
public virtual string ToolTip { get; set; }

Property Value

Type Default Description
String String.Empty

A String object associated with this NavigationPage.

See Also