Skip to main content
Tab

NewsItem.Text Property

Gets or sets the item’s contents.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

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

#Property Value

Type Default Description
String String.Empty

A string value that specifies the item’s content.

See Also