Count of items in the group.

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

Syntax

C#
int ItemsCount { get; set; }
Visual Basic
Property ItemsCount As Integer
	Get
	Set
JScript
function get ItemsCount () : int
function set ItemsCount (value : int)

See Also