Back to Devexpress

ASPxNewsControl.HeaderTextField Property

aspnet-devexpress-dot-web-dot-aspxnewscontrol-e1e08c62.md

latest1.6 KB
Original Source

ASPxNewsControl.HeaderTextField Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string HeaderTextField { get; set; }
vb
<DefaultValue("")>
Public Property HeaderTextField As String

Property Value

TypeDefaultDescription
StringString.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

News Control

ASPxNewsControl Class

ASPxNewsControl Members

DevExpress.Web Namespace