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

NavBarDataFields.TextField Property

Gets or sets the name of an xml element’s attribute which provides texts for items or groups.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public abstract string TextField { get; set; }

Property Value

Type Description
String

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

See Also