Gets the items (Rows or Groups).

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

Syntax

C#
ObservableCollection<IDataGridItem> Items { get; set; }
Visual Basic
Property Items As ObservableCollection(Of IDataGridItem)
	Get
	Set
JScript
function get Items () : ObservableCollection<IDataGridItem>
function set Items (value : ObservableCollection<IDataGridItem>)

Field Value

The items.

See Also