Skip to main content
Tab

RibbonDataFields.TextField Property

Gets or sets the data source field which provides ribbon element text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String "Text"

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

Remarks

The TextField property is in effect if the ASPxRibbon control is bound to a data source.

Use the TextField property to specify the bound data source’s data field (or an xml element’s attribute) which stores the text of ribbon elements. The TextField property maps the Text properties of objects to the specified data field’s values.

See Also