Skip to main content
A newer version of this page is available. .
Tab

NewsItem.ToString() Method

Returns the string that represents the NewsItem object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public override string ToString()

Returns

Type Description
String

A string value that represents the NewsItem object.

Remarks

The ToString method returns a human-readable string that is the value of the NewsItem.HeaderText property. If this property isn’t specified, the name of the NewsItem type is returned.

See Also