NewsGrid
The table showing the news (News).
Наследует: BaseGridControl
Реализует: IComponentConnector
Конструкторы
NewsGrid()
Initializes a new instance of the NewsGrid.
Свойства
FirstSelectedNews : News
Selected news item.
MaxCount : int
The maximum number of news to display. The -1 value means an unlimited amount. The default value is 10000.
News : IListEx<News>
The list of news added to the table. High-performance mode: feed this directly.
SelectedNews : IEnumerable<News>
Selected news items.
Source : IEnumerable<News>
External collection to display (MVVM mode); mirrored into the grid's internal thread-safe buffer so a plain view-model collection can be bound without losing the UI-thread marshalling. The high-performance alternative is to feed News directly; do not use both at once.
SubscriptionProvider : ISubscriptionProvider
The provider of subscriptions.
Методы
InitializeComponent()
InitializeComponent
Поля
OpenUrlCommand : RoutedCommand
The command for the news link opening.
RequestStoryCommand : RoutedCommand
The command for the news request.
SourceProperty : DependencyProperty
Source dependency property.