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#
ObservableCollection<IDataGridItem> ItemsView { get; }
Visual Basic
ReadOnly Property ItemsView As ObservableCollection(Of IDataGridItem)
	Get
JScript
function get ItemsView () : ObservableCollection<IDataGridItem>

See Also