NewsItem Properties
Represents a news item.| Name | Description |
|---|---|
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| DataItem | Gets or sets the data item that is bound to the Item. Inherited from DataViewItem. |
| Date | Gets or sets the item’s date. |
| HeaderText | Gets or sets the text displayed within the item’s header. |
| Image | Gets the settings of an image displayed within the item. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| Name | Gets or sets the item’s unique identifier name. |
| NavigateUrl | Gets or sets the item’s URL. |
| Text | Gets or sets the item’s contents. |
See Also