/// <summary> /// Gets the item type. /// </summary> /// <returns> /// The type of the elements in the list. /// </returns> public override Type GetItemsType() { return(TypeHelper.GetInnerMostGenericType(this.ItemsSource)); }