Back to Devexpress

NewsItem.Text Property

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

latest1.1 KB
Original Source

NewsItem.Text Property

Gets or sets the item’s contents.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

A string value that specifies the item’s content.

|

See Also

News Control

NewsItem Class

NewsItem Members

DevExpress.Web Namespace