Gets the items view.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public ObservableCollection<IDataGridItem> ItemsView { get; protected set; }
Visual Basic
Public Property ItemsView As ObservableCollection(Of IDataGridItem)
	Get
	Protected Set
JScript
final function get ItemsView () : ObservableCollection<IDataGridItem>
protected final function set ItemsView (value : ObservableCollection<IDataGridItem>)

Field Value

The items view.

Implements

IDataGrid..::..ItemsView

Remarks

There is no concept of Collection View in WinRT (at least not in the means of WPF where the collection View can perform all operations such as filtering, sorting, grouping, etc.)

See Also