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

ASPxNewsControl.HeaderTextField Property

Gets or sets the data source field which provides content to item headers.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that specifies the name of the data source field which contains header captions.

Remarks

When the ASPxNewsControl is data bound, the name of the data field that provides descriptions for item headers is specified by the HeaderTextField property. Otherwise, if the control functions in unbound mode, use the item’s NewsItem.HeaderText property.

See Also