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

NavBarDataFields.ToolTipField Property

Gets or sets the data source field which provides tool tip texts for items or groups.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public abstract string ToolTipField { get; set; }

Property Value

Type Description
String

A string value that specifies the name of the required data source field.

See Also