Gets the items.

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

Syntax

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

Field Value

The items.

See Also