NewsItem(String) Constructor
Initializes a new instance of the NewsItem class with the specified header text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
headerText | String | A string value that specifies the text dispalyed within the item’s header. This value is assigned to the NewsItem.HeaderText property. |
See Also