Back to Devexpress

ASPxHeadline.HeaderText Property

aspnet-devexpress-dot-web-dot-aspxheadline-93446c65.md

latest1.3 KB
Original Source

ASPxHeadline.HeaderText Property

Gets or sets the text displayed within the headline’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 displayed within the headline’s header.

|

Remarks

If the HeaderText property isn’t specified, the headline’s header isn’t displayed.

See Also

Headline

ASPxHeadline Class

ASPxHeadline Members

DevExpress.Web Namespace