Back to Devexpress

NewsItem.HeaderText Property

aspnet-devexpress-dot-web-dot-newsitem-b90d92c5.md

latest1.1 KB
Original Source

NewsItem.HeaderText Property

Gets or sets the text displayed within the item’s header.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

A string value that specifies the text dispalyed within the item’s header.

|

See Also

News Control

NewsItem Class

NewsItem Members

DevExpress.Web Namespace